@charset "UTF-8";
body {
	background: #dbd6d1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	a:link	{

	color:#94A000;

}





}
.wrapper #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif; color:#999999; font-size:14px;
	overflow:hidden;
}
.wrapper #header {
	background:#FFF;
	margin-top:20px;
	height: 262px;
	width: 990px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.wrapper #mainportion{
	background-color:#FFF;

}


.wrapper #nav {
	float:left;
	background-color:#FFF;
	width:200px;
	height: 400px;
	padding-top:60px;
	padding-left:15px;
}

.wrapper #content {
	float:left;
	background-color:#FFF;
	width:775px;
	
}

.wrapper #footer {
	float:left;
	background-color:#FFFFFF;
	width:950px;
	height:30px;
	font-size:12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

a:visited	{

	color:#94A000;

}



a:active	{

	color:#999;

}



a:hover	{

	color:#b6bf00;

}