@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BDD133;	
}

#wrapper {
	margin: auto;
	width: 995px;
	padding-top: 15px;

}


#inner {
	width: 995px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-image: url(../images/subnav_ground.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
}
#inner #header {
	float: left;
	height: 126px;
	width: 995px;
	background-image: url(../images/randomheaders/rotate.php);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#inner #subnav {
	float: left;
	width: 146px;
	padding-left: 20px;
	padding-top: 20px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner #content {
	float: left;
	width: 829px;
	padding-top: 0px;
	padding-left: 0px;
}
#wrapper #inner #content #images {
	float: right;
	width: 245px;
	margin: 0px;
	padding: 0px 0px 10px 20px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;*/
}
#wrapper #inner #content #titles {
	float: left;
	height: 73px;
	width: 829px;
	margin-bottom: 0px;
}
#wrapper #inner #content #text {
	float: left;
	width: 560px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#inner #navigation {
	float: left;
	height: 39px;
	width: 995px;
	background-color: #FFFFFF;
	background-image: url(../images/navigationbackground.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}
.clearing {
	clear: both;
}



/*shadows at top of page

#topleftshad {
	background-image: url(../images/lefttopshad.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 200px;
	width: 10px;
}

#toprightshad {
	background-image: url(../images/righttopshad.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 200px;
	width: 6px;
} */
#wrapper #inner #content #text.nopic {
	float: left;
	width: 829px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #inner #content #text table {
	margin-left: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #inner #content #text td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #BED237;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#wrapper #inner #content #text td.results {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #CEDD66;
	font-weight: normal;
	width: 55%;
}
#wrapper #inner #content #text td.white {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-weight: normal;
	width: 55%;
}
#wrapper #inner #content #text table.news {
	margin-left: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#wrapper #inner #content #text td.news {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#wrapper  #footer {
	background-color: #666666;
	float: left;
	height: 20px;
	width: 987px;
	margin: 0px;
	padding: 5px 5px 0px;
}
#wrapper  #footer p {
	color: #CCCCCC;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#wrapper #credit {
	font-size: 10px;
	float: right;
	vertical-align: bottom;
	padding-top: 5px;
	margin: 0px;
	width: 300px;
	text-align: right;
	color: #FFFEFF;
}
div.images {
	text-align: left;
	vertical-align: top;
}
div.images img {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px;
	float: left;
}
