/*---------------------------------------
Basic Style Sheet

Author: 	P.Shackleton
Email:		info@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/



/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("global.css");



   
   

/* Global
---------------------------------------*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; color: #333; min-width: 990px; text-align: center; background-position: center; }

a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }

a:link, a:visited { text-decoration: underline; color: #000; }
a:hover, a:active, a:focus { text-decoration: none; color: #000;}

* { margin: 0; padding: 0; }

p { padding-bottom: 10px; font-size: 1.5em; line-height:1.6em; }