@charset "UTF-8";
/* CSS Document */

img { border:none}

/* @group Header */

#header {
	height: 115.5px;
	width: 985px;
	background-color: #FFFFFF;
}

#logo {
	height: 79.5px;
	width: 985px;
}

#header_left {
	float: left;
	height: 79.5px;
	width: 283px;
}
#header_right {
	width: 500px;
	float: right;
	padding: 15px;
	text-align: right;
}

/* @end */

#Flash{
	overflow: hidden;
}

/* @group Navigation */

#NavBkg {
	height: 36px;
	width: 985px;
	background-image: url(../../images/nav/bg.png);
	background-repeat: repeat-x;
}
	
#NavTop {
	height: 28px;
	width: 153px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	color: white;
	padding-top: 8px;
	list-style-type:none;
}

#NavTop li a{
	background-image: url(../../images/nav/off.png);
}

#HeaderNav .nav li a {
background:transparent url(../../images/nav/bg.png) no-repeat scroll left top;
color:#FFFFFF;
display:block;
float:left;
font-size:1.17em;
height:50px;
line-height:50px;
margin-right:-4px;
text-align:center;
text-decoration:none;
width:141px;
}

#subnav {
	background-image: none;
}

#subnav li a{
	height: 20px;
	width: 190px;
	background-image: none;
	padding: 4px;
}

#subnav li a:hover{
	height: 20px;
	width: 190px;
	background-color: #000;
	padding: 4px;
}

#subnav li a:active{
	height: 20px;
	width: 198px;
	background-color: #000;
	padding: 4px;
}

/* @end */

#wrapper {
	height: 783px;
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 296px;
	height: 508px;
	float: left;
	background-image: url(../../images/red_back.jpg);
	background-color: #700A01;
	background-repeat: no-repeat;
	padding: 20px;
}
#content {
	float: right;
	height: 548px;
	width: 649px;
	background-image: url(../../images/orange_back.jpg);
	background-color: #8C360D;
	background-repeat: no-repeat;
	overflow: auto;
}
body {
	background-color: #4e1417;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bottom_block {
	height: 97px;
	width: 985px;
}

#footer {
	height: 17px;
	width: 985px;
	text-align: center;
	padding-top: 3px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
