

@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_content.css");
@import url("module_lhs.css");
@import url("module_footer.css");

* { margin: 0; padding: 0; }

body { font: 62.5% Verdana, sans-serif; background: url("../images/bg.jpg") 0% 0% repeat-x #e5e5e5; text-align: center; }

#wrapper { width: 960px; margin: 0px auto; text-align: left;  }

h1, h2, h3, h4, h5, h6 { font: 1.0em Verdana, sans-serif; color: #005bab; }
table, th, td { font-size: 1.0em; border: 0; }
img { border: 0; }
p { color: #333333; }
ul { list-style: none; }
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; } 

.clearer { display: block; clear: both; height: 0; line-height: 0px; font-size: 0; }

.right 
{
	text-align: right;
}

.left 
{
	text-align: left;
}