
body 
	{ 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	
h1
{
	font-size: 24px;
	color: #92a343;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: 3px solid #92a343;
}
h2
{
	font-size: 20px;
	color: #0239db;
}

#container 
	{ 
	width: 980px; 
	margin: 0 auto;
	}

div 
	{ 
	border: none; 
	}
	
#header 
	{ 
	background: white url("../images/logo.png") left center no-repeat;
	padding-left: 100px;
	height: 153px;	
	width: 980px; 
	float: left; 
	}

#main-holder 
	{ 
	width: 810px; 
	float: left; 
	}
	
#extra 
	{ 
	width: 130px; 
	float: right; 
	}

#main 
	{ 
	width: 550px; 
	float: right; 
	
	}



#subnav 
	{ 
	width: 200px; 
	float: left; 
	}
	
#footer
{
	background: #d1d1d1;
	border-top: #666666;
	margin-top: 2em;
	color: #666666;
	padding: 2em;
}

.left_link
	{
	line-height: 150%;
	font-size: 120%;
	}	

.left_link_title
	{
	line-height: 150%;
	font-size: 120%;
	}	 
	
.clearer
{
	clear: both;
}	
