
@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_footer.css");
@import url("module_rightside.css");
@import url("module_subnav.css");
@import url("module_maincontent.css");
@import url("module_colours.css");
@import url("module_cma.css");
@import url("smoothness/jquery-ui-1.7.1.custom.css");

* {  margin: 0; padding: 0; }

img { border: 0; }

table, td, th { font-size: 1.0em; }
input { font: 1.0em Verdana, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }

.clearer { clear: both; height: 0; line-height: 0px; font-size: 0px; } 
.float_left { float: left; }
.float_right { float: right; }
.margin { margin: 10px; } 

.w25 { width: 25px; } 
.w50 { width: 50px; } 
.w75 { width: 75px; float: right; } 
.w100 { width: 100px !important; } 
.w150 { width: 150px !important; } 
.w200 { width: 200px !important; } 
.w250 { width: 250px !important; } 
.w300 { width: 300px !important; } 
.w350 { width: 350px !important; } 
.w400 { width: 400px !important; } 
.w425 { width: 425px !important; }
.w450 { width: 450px !important; } 
.w500 { width: 500px !important; } 
.w550 { width: 550px !important; } 
.w600 { width: 600px !important; } 
.w650 { width: 650px !important; } 


.text_align_left { text-align: left; }
.text_align_right { text-align: right; }

body {
	text-align: center; color: #505353;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper { text-align: left; width: 976px; margin: 0 auto; }

