@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#e7ecd2;
	background-image:url(images/blueprintbg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
#pagebg {
	width:100%;
	height:768px;

}
#wrapper {
	width:900px;
	position: absolute;
	left:-450px;
	margin-left:50%;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-y;
	padding-top:10px;
		border: 5px white solid;

}
#banner {
	top:0px;
	width:900px;
	position: absolute;
	left:-450px;
	background-color:#3c4c01;
	height: 140px;
	margin-left:50%;
}

.rounded{
position:absolute;
left:-10px;
}

#banner_bar {
	top:0px;
	width:100%;
	position: absolute;
	background-color:#3c4c01;
	height: 190px;
}

.banner_img {
	float:left;
}
#player {
	position:absolute;
	right:15px;
	margin-top:35px;
}
#body_content {
	width:900px;
	position: absolute;
	top:140px;
	left:-450px;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-y;
	margin-left:50%;
}
#left_bar {
	width:169px;
	margin-top:10px;
	margin-right:10px;
	margin-left:12px;
	float:left;
	border:0px red solid;
}
#middle_bar {
	width:330px;
	margin:10px;
	float:left;
	border:0px red solid;
}
#right_bar {
	width:330px;
	margin:10px;
	float:left;
	border:0px red solid;
}
#full_col {
	width:680px;
	margin:10px;
	float:left;
	border:0px white solid;
	min-height:500px;
}
#footer {
	width:100%;
	float:none;
	clear:both;
	background-color:#3c4c01;
	height: 35px;
	border-top:5px white solid;
}

.footertext{
	color:white;
	font-size:x-small;
	padding-top:5px;
	padding-left:10px;
}

#bottom_spacing {
	clear:both;
	float:none;
	width:100%;
	height:20px;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-y;
}

#footer_logo{
float:right; 
padding-right:10px; 
padding-top:2px;
height:30px;
width:160px;
}

ul#nav_sub {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	list-style-type: none;
	padding-left: 0;
}
ul#nav_sub li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	
}
div#newsbox {
	border: 1px solid #3C4C01;
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 222px;
}
div#newsbox a {
	margin-left: 10px;
}
div.subnavdiv ul#nav_sub {
	margin-bottom: 10px;
	width: auto;
	padding-left: 10px;
}
