@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/navbar_bg.png);
	background-repeat: repeat-x;
}
#container_general
{
	width:1000px;
	margin:auto;
	min-height: 800px;
}
#container_admin
{
	width:1000px;
	margin:auto;
	height: auto;
}
#logo_top {
	width:101px;
	height:40px;
	margin-top:10px;
	float:left;
	margin-right: 135px;
}
#logo_bottom {
	width:101px;
	height:40px;
	float:left;
	padding-right: 135px;
	background-image: url(../images/logo_bottom_bg.png);
}
#home_headline {
	width:764px;
	height:40px;
	float:left;
	background-image: url(../images/home_headline_bg.png);
}
/*#content_general {
	width:1000px;
	height:585px;
	float:left;
}*/
#content_background
{
	float:left;
	width: 1000px;
	background-image:url(../images/presidents_bg.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}
#spacer1 
{
	width:1000px;
	height:20px;
	float:left;
}
#spacer2 
{
	width:1000px;
	height:15px;
	float:left;
}
.main_box {
	width:1000px;
	background-image:url(../images/main_box_bg.png);
	background-repeat:repeat-x;
	float: left;
	min-height:565px;
}
.main_box_border {
	width:1000px;
	background-image:url(../images/main_box_border.png);
	background-repeat:no-repeat;
	min-height:565px;
}
.second_nav {
	width:996px;
	height:28px;
	border:solid 1px #FFFFFF;
	background-color:#e8e5e5;
	margin:1px 1px 0px 1px;
	float:left;
}
#content
{
	float:left;
	width: 940px;
	padding: 30px;
}
#content_admin
{
	float:left;
	width: 1000px;
}
#bottom_sponsors {
	width:1000px;
	height:70px;
	float:left;
	background-image:url(../images/bottom_sponsors_bg.png);
}
#footer_container
{
	float:left;
}
#blitzin {
	width:330px;
	height:60px;
	padding:10px 0px 0px 0px;
	text-align:right;
	float: left;
}
#platinum_sponsors {
	width:330px;
	height:60px;
	float:left;
	text-align: center;
	padding-top: 10px;
}
#totalbank {
	width:340px;
	height:60px;
	padding:10px 0px 0px 0px;
	text-align:left;
	float: right;
}
#footer_links {
	width:1000px;
	height:40px;
	float:left;
}
#privacy {
	width:330px;
	height:40px;
	float:left;
	text-align:left;
	line-height:40px;
	font-size: 10px;
}
#site_links {
	width:330px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:10px;
}

#copyright {
	width:340px;
	height:25px;
	float:left;
	text-align:right;
	font-size:10px;
	padding-top:15px;
}
.read_more {
	width: 200px;
	text-align: right;
	height: 15px;
	float: right;
	padding-top: 10px;
}
.green_link {
	width: auto;
	text-align: left;
	height: 15px;
	padding-right: 20px;
	padding-top: 15px;
	clear: right;
}
.left_column
{
	width:700px;
	float:left;
}
