html {overflow-y: scroll}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	font-family: Arial, Tahoma, Arial;
	background: #ef7c11 url(images/bg3.jpg) top center no-repeat;
	}
	
a {color: #b72025;text-decoration: none}	
a:hover {color: #faa21b; text-decoration: underline}
hr {color: #cecece; background: #cecece; border: 0; height: 1px}
p {margin: 0; margin-bottom: 16px}
.clear {clear:both}
.float_right {float:right}
.float_left {float:left}
img {margin:0;padding:0;border:0}

h1,h2,h3,h4,h5,h6 {font-size: 100%;margin: 6px 0; padding: 2px 0; font-family: Arial, Tahoma, Verdana;}
h1 {color: #c50000; border-bottom: 1px solid #c3c3c3; font-size: 1.5em;}

#wrapper {
	width: 970px;
	margin: 30px auto;
	text-align: left;
	font-size: .9em;
	}
	
.wrap_top {
	background: url(images/wrap_top.png) top left no-repeat;
	width: 970px;
	height: 4px;
	}
	
.wrap_main {
	background: url(images/wrap_main.png);
	padding: 0 5px;
	}
	
.wrap_bot {
	background: url(images/wrap_bot.png) top left no-repeat;
	width: 970px;
	height: 9px;
	}
	
#header .logo_left {
	float: left;
	width: 4px;
	height: 105px;
	background: url(images/logo_left.png) top left no-repeat;
	}
	
#header .logo_main {
	float: left;
	width: 952px;
	height: 105px;
	background: url(images/logo_main.png) top left repeat-x;
	}
	
#header .logo_right {
	float: left;
	width: 4px;
	height: 105px;
	background: url(images/logo_right.png) top left no-repeat;
	}
	
#details {
	font-size: .8em;
	line-height: 40px;
	}
	
#nav .nav_left {
	float: left;
	width: 5px;
	height: 43px;
	background: url(images/nav_red_left.png) top left no-repeat;
	}
	
#nav .nav_main {
	float: left;
	width: 950px;
	height: 43px;
	background: url(images/nav_red_main.png) top left repeat-x;
	color: #FFFFFF;
	}
	
#nav .nav_right {
	float: right;
	width: 5px;
	height: 43px;
	background: url(images/nav_red_right.png) top left no-repeat;
	}
	
#nav .sub_menu {
	margin-left: 191px;
	}
	
#nav .sub_menu ul {
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
	}
	
#nav .sub_menu li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav .sub_menu a {
	display: block;
	padding: 9px 15px 16px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
	}
	
#nav .sub_menu a:hover {
	color: #333;
	}
	
#nav .sub_menu #current {
	background:url(images/nav_tab_left.png) no-repeat left top;
	}
	
#nav .sub_menu #current a {
	background:url(images/nav_tab_right.png) no-repeat right top;
	color:#333;
	padding-bottom:10px;
	}

#main {
	background: url(images/main_wrap.png) top left repeat-y;
	width: 960px;
	}
	
#sidebar {
	float: left;
	width: 195px;
	}
	
#sidebar ul.menu_main {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	}
	
#sidebar ul.menu_main li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d8d8d8;
	}
	
#sidebar ul.menu_main li a {
	display: block;
	background: url(images/sidebar_item.png) center left no-repeat;
	padding: 8px 10px;
	outline: none;
	color: #444444;
	}
	
#content {
	float: right;
	width: 765px;
	}
	
#content .content_wrap {
	padding: 10px;
	}
	
#footer {
	border-top: 2px solid #1e1e1e;
	background: #1e1e1e;
	padding: 30px 0;
	}
