body { 
	background: url(../img/raster_background.png) #999;
	color: #333;
	font-family: Geneva, Verdana, Arial, san-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	background: #ffffcc;
	margin: 10px 0 0 0;
	padding: 0;
	}

h1 {
	font-size: 110%;
	}
h2 {
	font-size: 100%;
	}
	
h3 {
	font-size: 80%;
	}
	
p {
	margin-top: 0;
	}
	
ul {
	list-style: square;
	margin: 5px 0;
	padding-left: 14px;
	}
		
a {
	color: #666666;
	text-decoration: underline;
	}
	
/* 21st century clearing */
.clearfix:after {
	content:			".";
	display:			block;
	height:				0;
	visibility:			hidden;
	float:				none;
	clear:				both;
	}
	
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
 html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	
	
#siteWrapper {
	left: 50%;
	margin-left: -380px;
	position: absolute;
	width: 760px;
	}	
	
#header {
	background: url(../img/header_background.png) no-repeat 100% 0 #FFFFCC;
	height: 100px;
	}
		
a.logo {
	position: absolute;
	right: 0;
	top: 0;
	}
	
#header ul.mainNav {
	list-style: none;
	margin: 0;
	padding: 40px 0 0 0;
	}
	
#header ul.mainNav li {
	float: left;
	height: 22px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 127px;
	}

#header ul.mainNav li.first {
	background: #0000ff;
	}

#header ul.mainNav li.second {
	background: #ff0033;
	}
	
#header ul.mainNav li.third {
	background: #ff00ff;
	}
	
#header ul.mainNav li.fourth {
	background: #66ff00;
	}
#header ul.mainNav li.fifth {
	background: #00ffff;
	}
#header ul.mainNav li.sixth {
	background: #ffff00;
	width: 125px;
	}	
	
#header ul.mainNav li a {
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	}
	
#header ul.mainNav li a:hover {
	text-decoration: underline;
	}
	
#content {
	background: #ffffcc;
	padding: 5px 125px 20px 34px;
	width: 601px;
	}
#content ul.subNav {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#content ul.subNav li {
	float: left;
	margin: 5px 3px 5px 0;
	}
	
#content table {
	border-collapse: collapse;
	margin: 20px 0;
	}	

#content table td {
	border: 1px solid #ff0033;
	padding: 3px;
	margin: 0;
	}
	
#footer {
	background: url(../img/footer_basic.png) no-repeat #fff;
	height: 48px;
	width: 760px;
	}
	
#footer p {
	color: #fff;
	font-size: 80%;
	margin: 0;
	padding: 32px 0 0 246px;
	}
