/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #4A9B29;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
#sky {
	background: url(background.gif) repeat-x center top;
}

object { 
	outline:none;
}


#navigation {
	height: 80px;
	width: 900px;
	text-align: center;
}
#maincontent {
	width: 900px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#subnav {
	margin: 0 0 0 15;
	float: left;
	width: 140px;	
}
#content {
	float:right;
	width: 750px;
	min-height:490px;
    height:auto !important;
    height:490px;
}
#content a:link {
	color: #003063;
	text-decoration: underline;
}
#content a:visited {
	color: #003063;
	text-decoration: underline; 
}
#content a:active {
	color: #FF0000;
	text-decoration: none; 
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#woodycow {
	width: 140px;
	position: absolute;
	top: 420px;
	height: 170px;
}
#clear{
	clear:both;
	height: 1px;
}
#footer {
	text-align: center;
	width:900px;
	margin-top: 1px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none; 
}
#footer a:active {
	color: #FEB325;
	text-decoration: underline overline; 
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}
#banners {
	width: 898px;
	text-align: center;
	margin: auto;
}
.banner {
	width: 212px;
	float: left;
	height: 107px;
	margin: 0px 6px 8px 5px;
}
