@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
	
html {
	margin: 0;
	padding: 0;
	}
	
body {
background-color: #996;
margin-top: 0px;
font-family:"Verdana", Arial, Helvetica, sans-serif;
}
	
H1 {
	font-size: 24px;
	color: #006;
}
	
H2 {
	font-size: 18px;
}
		
H3 {
	font-size: 16px;
}
H5 {
	font-size: 14px;
}

p {
	font-size: 12.5px;
	line-height: 1.5;
}

#container { 
	background-color:#999966;  
	position: relative;
	width: 950px;
    line-height: 35px;
	margin-left: auto;
	margin-right: auto;
}

#top { 
	background-color:#000000;
	width: auto;
}

#columnRightBox {
	width: 100%;
	float: left;
	background-color:#e2d45a;	
	overflow: hidden; 
	position: relative;
	}
	
#columnMainText {
	float: left;
	background-color:#fff;		/* center column background colour */
	width: 100%;
	position: relative;
	right:2%;			/* width of the right column */
}

#columnLeftBox {
	width: 100%;
	position: relative;
	right:768px;			/* width of the mainText area */
	float: left;
	background-color:#cccc99;	/* left column background colour */
}

#leftBox {
float: left;
width:15%;			/* width of center column content (column width minus padding on either side) */
overflow: hidden;
position: relative;
left:83%;			/* 100% plus left padding of center column */
}

#leftBox p {
	
	margin-left: 8px;
}

#mainText {
float: left;
width:75%;			/* Width of left column content (column width minus padding on either side) */
overflow: hidden;
position: relative;
left:87%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	
#mainText p {
margin-right: 30px;
}

#rightBox {	
float: left;
overflow: hidden;
width:25%;		/* Width of right column content (column width minus padding on either side) */
position: relative;
left:98%;
	} 
	

#footer {
	clear: both;
	float: left;
	text-align: center;
	background-color:#000000;
	width: 950px;
	font-color: #fff;
	font-size: 13px;
	}

#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	color:#CCC; 
	}
	
	#footer a:hover {
		color:#3CF;
	}
	
#footer P {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
}

</style>

