/*	Basic Layout */
body {
	margin: 0;
	padding: 0;
	background: #4A9B29;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
}
object { 
	outline:none;
}
#sky {
	background: url(background.gif) repeat-x center top;
}
#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 {
	height: 90px;
	margin: 10px auto 0px auto;
	text-align: center;
	position: relative;
}
.banner {
	display: inline-table;
	float: none;
	margin: 0;
	top: 23px;
	height: 40px;
	width: auto;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #FFAD0E;
	font-family: "comic sans MS";
	position: relative;
}
.banner img
{
	border: none;
	margin-bottom: 8px;
}
.bannerText
{
	font-size: 17px;
	letter-spacing: 1px; /* solves sIFR bug */
}
.bannerImage
{
	margin: 0 5px;
	text-decoration: none;
	height: 31px;
}
.doubleBanner img
{
	margin-bottom: 5px;
}

#content a.faqlink:hover {
	color:#FF9900;
	text-decoration:underline;
}

.entries img {
	margin: 5px 5px 5px 50px;
}

.entries p {
	width: 575px;
}