@charset "UTF-8";
/* CSS Document */

#foot{
	width: 320px;
	float: none;
	padding-top: 20px;
	margin-left: 260px;
	margin-right: 320px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	margin-top: 3px;
}

a.elink:link {
	text-decoration: none;
	color: #900;
}
a.elink:visited {
	text-decoration: none;
	color: #900;
}
a.elink:hover {
	text-decoration: none;
	font-weight:bold;
	color: #900;
}
a.elink:active {
	text-decoration: none;
}


#wrapper{
	background: url(template/fieldbk.gif) center top;
	width: 900px;
	height: 600px;
	float: none;
	position: static;
	margin-top: 20px;	
	margin-left: auto;
	margin-right: auto;
}

#leftnav{
	width: 140px;
	height: 280px;
	float: left;
	padding-top: 3px;
	margin-left: 15px;
}

#center{
	width: 540px;
	height: 430px;
	float: none;
	padding-top: 80px;
	margin-left: 200px;
}

#rightnav{
	width: 130px;
	height: 140px;
	float: right;
	padding-top: 230px;
	margin-right: 0;
}



p.foot {
	
	margin-top:0;
	margin-left: 0px;
}
	

