@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #000;
	padding: 0px;
}
#banner {
	height: 177px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0F6906;
	overflow: hidden;
}
#navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	background-image: url(../images/home-nav.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navlinks {
	float: right;
	width: 664px;
	height: 26px;
}
#content_1 {
	height: 557px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#left_sidebar {
	height: 557px;
	width: 272px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#right_sidebar_home {
	height: 557px;
	width: 273px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#home_center {
	height: 557px;
	width: 479px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#video {
	height: 265px;
	width: 464px;
	background-color: #000;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

