body{
	background-image: url(/pub/design/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #798d90;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 100%;
	font-family: Arial, verdana;
	width:100%;
}
form{
	margin:0 0 0 0;
}
img{
	border-style: none;
}

h1{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:120%;
	font-weight:bold;
	color:#B65F00;
}
h2{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	font-size:110%;
	font-weight:bold;
	color:#B65F00;
}
h3{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h4{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.member2{
	color: #815530;
	font-size: 90%;
}
.member3{
	color: #b15600;
	font-size: 90%;
}
#container{
	width: 960px;
	margin: 15px auto 15px auto;
}

.header{

}
.top{
	background-image: url(/pub/design/tophead.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 960px;
	height: 7px;
}

.header_main{
	background-color: #f9f5e7;
	width: 960px;
	height: 105px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.logo{
	float: left;
	margin: 3px 0 0 55px;
}
.head_right{
	float: left;
	width: 750px;
}
.company{
	color: #b15600;
	font-size: 160%;
	padding: 20px 0 0 90px;
}

/*BEGIN NAVIGATION */
.nav{
	clear: left;
	font-size: 80%;
	font-weight: bold;
	margin: 21px 0 0 0;
	padding:0 0 0 75px;
	border:none;
	float:left;
}

.nav ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
}

.nav ul li{
	list-style-type:none;
	margin: 0 0 0 0;	
	padding:  4px 5px 0 5px;
	float:left;	
	clear:none;	
}

.nav ul li.navlion
{
	list-style-type:none;
	margin: 0 0 0 0;	
	float:left;	
	clear:none;	
}

.current_home{
	background-image: url(/pub/design/nav/current_home.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 10px 0 ;
}

.nav a:link{
	text-decoration: none;
	color: #000;
	display:block;
}
.nav a:visited{
	text-decoration: none;
	color: #000;
	display:block;
}
.nav a:hover{
	text-decoration: none;
	color: #a74b00;
	display:block;
}
.nav a:active{
	text-decoration: none;
	color: #fff;
	display:block;
}

.navon a:link{
	background-image: url(/pub/design/nav/NavLeft.png);
	background-position:top left;
	background-repeat: no-repeat;
	background-color:#BC6800;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:left;
	height:29px;
	vertical-align:top;	
}

.navon a:visited
{
	background-image: url(/pub/design/nav/NavLeft.png);
	background-position:top left;
	background-repeat: no-repeat;
	background-color:#BC6800;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#fff;
	float:left;
	height:29px;
	vertical-align:top;	
}
.navon a:hover
{
	background-image: url(/pub/design/nav/NavLeft.png);
	background-position:top left;
	background-repeat: no-repeat;
	background-color:#BC6800;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#fff;
	float:left;
	height:29px;
	vertical-align:top;	
}
.navon a:active
{
	background-image: url(/pub/design/nav/NavLeft.png);
	background-position:top left;
	background-repeat: no-repeat;
	background-color:#BC6800;
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#fff;
	float:left;
	height:29px;
	vertical-align:top;	

}

.navon a span
{
	height:29px;
	background-image: url(/pub/design/nav/NavRight.png);
	background-position:top right;
	background-repeat: no-repeat;
	padding:0 5px 0 5px;
}

.navoff{
	margin: 0 0 0 0;
	padding:0 0px 15px 0px;	
	vertical-align:top;
}
.navleft{
	background-image: url(/pub/design/nav/NavLeft.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:6px;
	height:29px;
	display:block;
	float:left;
	/*float:left;	
	clear:none;*/
}
.navright{
	background-image: url(/pub/design/nav/NavRight.png);
	background-repeat: no-repeat;
	background-position:top left;	
	width:6px;
	height:29px;
	display:block;
	float:left;
	/*float:left;	
	clear:none;*/
}

.clear{
	clear: left;
}
/* BEGIN FOOTER*/
.footer{
	clear: left;
	background-color: #f9f5e7;
	color: #815530;
	font-size: 70%;
	text-align: center;
	font-weight: 600;
}

.footer ul{
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

.footer ul li{
	display: inline;
}
.bot{
	background-image: url(/pub/design/footerbot.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 960px;
	height: 7px;
}
.footer a:link{
	color: #815530;
	text-decoration: none;
}
.footer a:visited{
	color: #815530;
	text-decoration: none;
}
.footer a:hover{
	color: #815530;
	text-decoration: underline;
}
.footer a:active{
	color: #815530;
	text-decoration: none;
}
