@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #000;
	background-image: url(main_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #FFFFFF;	
}
#main_container {
	width: 100%;
}
#twitter {
	position: relative;
	float: right;
}

#page_container {
	width: 887px;
	margin-left: auto;
	margin-right: auto;
}
#header_container {
	width: 100%;
	margin-bottom: 14px;
}
#header_section_1 {
	width: 100%;
	height: 22px;
	background-image: url(header_image_1.jpg);
	background-repeat: no-repeat;
}
#header_section_2 {
	width: 100%;
	height: 50px;
	background-image: url(header_image_2.jpg);
	background-repeat: no-repeat;
}
#header_section_3 {
	width: 100%;
	height: 25px;
	background-image: url(header_image_3.jpg);
	background-repeat: no-repeat;
}
#header_section_4 {
	width: 100%;
	height: 171px;
	background-image: url(header_image_5.jpg);
	background-repeat: no-repeat;
}
#navigation_menu {
	width: 647px;
	height: 50px;
	float:right;
	text-align: center;
}
#navigation_menu ul {
	list-style-position: inside;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-align: center;
}
#navigation_menu ul li {
	display: inline-block;
	float: left;
	margin-right: 23px;
	margin-left: 23px;
	height: 50px;
}
#navigation_menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
}
#navigation_menu ul li a:hover {
	color: #8a2003;
}
#content_container {
	width: 100%;
	background-color: #332a20;
	margin-bottom: 14px;
}
#content_bg_top_container {
	width: 100%;
	height: 44px;
	background-image: url(content_bg_top.jpg);
	background-repeat: no-repeat;
}
#content_bg_bottom_container {
	width: 100%;
	height: 30px;
	background-image: url(content_bg_bottom.jpg);
	background-repeat: no-repeat;
}
#footer_container {
	width: 100%;
}
#footer_bg_top_container {
	width: 100%;
	background-image: url(footer_bg_top.jpg);
	height: 23px;
	background-repeat: no-repeat;
}
#footer_bg_bottom_container {
	width: 100%;
	background-image: url(footer_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 23px;
}


#content {
	position: relative;
	width: auto;
	padding-left: 9px;
	padding-right: 9px;
}
#footer_content {
	width: 100%;
	height: 70px;
	background-color: #332a20;
