body{
	margin-top:0;
	font-family:Verdana, sans-serif;;
	font-size:12px;
	background-image:url(../images/bg_repeat.png);
	background-repeat:repeat-x;
	background-color: #403836;
	background-attachment:scroll;
}

h3{
	color:#fff;
	font-style:italic;
}

header{
	float:left;
	width:100%;
	height:136px;
	background-color:#f37939;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	min-width:960px;
}

.wrapper{
	width:960px;
	margin:0 auto;
}

.logo{
	float:left;	
	margin-left: 30px;
}
.header_right{
	float: right;
	width: 	650px;
	padding: 10px 0 0 0;
}
.top_link{
	float: left;
	width: 650px;
	color: #814d22;
	font-weight:bold;
	padding-bottom: 10px;
}
.main-menu{
	float: left;
	width:100%;
	background:url(../images/menu_back.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bolder;
}
.main-menu ul{
	float: right;
	width: 100%;
	list-style:none;
}
.main-menu ul li{
	float:left;
	margin:0 10px 8px 12px;
}
.main-menu ul li a{
	text-decoration:none;

	color:#814d22;
}
.main-menu ul li a:hover {
	color: #c43b18;
}
.main-menu ul li.active a {
	color: #c43b18;
}

.content{
	float:left;
	width:100%;	
	min-width:960px;
	background-image:url(../images/content_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}

/* CONTENT BOX */

.content_boxs{
	float:left;
	width:100%;
 	background-color: #ffffff;
  	border: 1px solid black;
}

.content_boxs p{
	font-weight: bold;
  	color: #000000;
}
/* FOOTER */

footer{
	float:left;
	width:100%;
	height:78px;
	background-color:#403836;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-width:960px;
	position:static;
}

.footer-menu{
	float: left;
	width:100%;
	font-size:12px;
	color:#615451;
	padding: 0 0 0 200px;
}
.footer-menu ul{
	float: right;
	width: 100%;
	list-style:none;
}
.footer-menu ul li{
	float:left;
	margin:0 10px 8px 12px;
}
.footer-menu ul li a{
	text-decoration:none;
	color:#615451;
}
.Copyright{
	text-align:center;
	width:100%;
	font-size:12px;
	color:#615451;
	padding-bottom: 5px;
}
