body{
	margin:0 auto;
	background:url(../images/bg.jpg) no-repeat top center;
	background-color:#ff7200;
	font-family: 'Open Sans', sans-serif;
}

#wrapper{
     min-height:100%;
     height:100%;
	 width:1000px;
	 margin: 0 auto;
	 background:#FFF;
}

#top{
	position:relative;
	margin:0 auto;
	width: 940px;
	height:110px;
	background:#FFF;
}

#top_submenu{
	position:relative;
	margin:0 auto;
	width: 940px;
	height:145px;
	background:#FFF;
}

#content{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width: 940px;
	height:100%;
	padding-bottom:80px;
}


#logo{
	float:left;
	background:url(../images/logo.png);
	width:148px;
	height:110px;
}

.submenu{
	padding-top:5px;
	width:630px;
}

.submenu a{
	padding-left:15px;
	padding-right:15px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border:0px #000 solid;
}

.submenu a:hover{
	color:#ffba00;
}

.submenu a.selected {
	color:#ffba00;
}

#footer{
	width:1000px;
	height:100px;
	background:url(../images/footer.png) no-repeat;
	margin: 0 auto;
	font-size:10px;
}

h5{font-size:13px; border:0px #096 solid; margin-top:5px; margin-bottom:-10px; line-height:18px;}
h6{font-size:12px; border:0px #096 solid; margin-top:5px; margin-bottom:-20px; line-height:17px;}
p{font-size:11px; line-height:16px;}