body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #009;
}

#wrapper {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 419px;
	width: 975px;
}
#content {
	float: left;
	height: auto;
	width: 712px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
#main_area {
	height: auto;
	width: 685px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leaders_area {
	height: auto;
	width: 685px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#video_area {
	border: 1px solid #999;
}

#secondary_area {
	height: auto;
	width: 685px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side_nav {
	background-image: url(../images/sidenav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: right;
	height: 462px;
	width: 228px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
#side_nav ul li {
	text-decoration: none;
	color: #FFF;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -23px;
	line-height: 30px;
}
#side_nav a:link {
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
#side_nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#side_nav a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#side_nav a:active {
	color: #FFF;
	text-decoration: none;
}

#footer {
	height: 155px;
	width: 975px;
	clear: both;
	background-color: #313069;
	background-image: url(../images/footer_inline.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}

#footlinks_bg {
	background-image: url(../images/footlinks_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footlinks_bg a:link {
	color: #FFF;
	text-decoration: none;
}
#footlinks_bg a:visited {
	color: #FFF;
	text-decoration: none;
}
#footlinks_bg a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footlinks_bg a:active {
	color: #FFF;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.leader_name {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
