#main_body {
	width: 990px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/nv-body_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#header {
	width: 990px;
	height: 370px;
	background-image: url(images/nv-header.jpg);
	background-repeat: no-repeat;
}
#heder_menu {
	color: #D91316;
	text-indent: 40px;
	font: bold xx-large "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width: 250px;
	margin-left: 360px;
	position: static;
	padding-top: 320px;
}
#center_box {
	/*	background: 50% transparent; */
	width: auto;
	height: auto;
	margin-top: 0px;
	border-top: medium solid #488F3A;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#section1{
	width: 330px;
	height: auto;
	float: left;
	padding-top: 20px;
}
#section2{
	padding-top: 5px;
	width: 330px;
	height: auto;
/*	background-color: #F00; */
	float: left;
	text-align: left;
}
#section3{
	padding-top: 5px;
	width: 330px;
	height: auto;
/*	background-color: #45E86C; */
	float: left;
	text-align: left;
}
#side_menu{
	padding-left: 60px;
}
.section2_content, .section3_content{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

#footer {
	height: 45px;
	line-height: 36px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
}

#footer ul li {
    display:inline;
    font-family:Arial,sans-serif;
    font-size:1em;
    padding:0 4px;
    text-decoration:none;
}

.menu,
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 13px Verdana;

}
.menu {width:210px;}
.menu li {
    margin:0;
    padding:0;
    margin-bottom:1px;
 	background-image: url(images/menu_title_bar.png);
	background-repeat: no-repeat;
	line-height: 40px;	
}
.menu a {
    display:block;
	padding: 3px 2px 2px;

    text-decoration:none;

}
.menu li a {
    color:#FFFFFF;
	text-align: center;
}
.menu a:hover {
	color: #b72f33;
}

.menu li.selected a{
	color: #FA0219;
}
.menu a:visited {
	color: #828075;
}
.menu ul li {
	overflow: auto; /*force hasLayout in IE7 */}
.menu ul a { 	
}

.hidden {display:none;}

#clear {clear: both; }
