html, body, div, form, fieldset, legend, label, ul, li
{
 margin: 0;
 padding: 0; 
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }

body{
	background: url('img/bg.gif') repeat-x;
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
}
#wrapper{
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#nav{
	height: 147px;
}
#nav ul{
	list-style: none;
	color: #fff;
}
#nav ul li{
	float: left;
	margin: 55px 10px 0 0;
}
#nav ul li a{
	font-size: 13px;
	text-decoration: none;
	color: #304a0f;
	text-shadow: 0px 1px 0px #dffbbc;
	padding: 10px 10px;
	display: block;
}
#nav ul li a:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #638f2d;
	color: #fff;
	text-shadow: none;
}
#nav ul li a:active{
	margin-top: 1px;
	background: #598326;
}
#nav ul li a.selected{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #5c8727;
	color: #fff;
	text-shadow: none;
}
#nav ul li a.selected:hover{
	background: #3c617f;
}
#content{
	display: block;
	clear: both;
	height: 635px;
	float: left;
}
#logo{
	display: block;
	float: right;
	margin: 35px 0 0 0;
}
#home{
	position: absolute;
	top: 160px;
	left: -60px;
}
#intro{
	position: absolute;
	right: 20px;
	top: 185px;
	font-size: 16px;
	font-family: Geneva, Arial, sans-serif;
	background: #fff;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
}
#intro h1{
	width: 394px;
	height: 40px;
	margin-right: 5px;
	background: url('img/s_home2.gif') no-repeat 20px 0;
	padding-left: 20px;
	display: block;
}
#intro h1 span{
	display: none;
}
#intro span{
	color: #472d00;
	width: 380px;
	display: block;
	padding: 0 20px;
}
#intro ul{
	list-style: none;
	margin-top: 10px;
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
}
#intro a{
	text-decoration: none;
	color: #0c2950;
	}
#intro ul li{
	padding: 10px 10px 10px 40px;
	color: #0c2950;
}
#intro ul li#id1{
	background: url('img/id1.gif') no-repeat 5px 8px;
}
#intro ul li#id2{
	background: url('img/id2.gif') no-repeat 5px 8px;
}
#intro ul li#id3{
	background: url('img/id3.gif') no-repeat 5px 8px;
}
#contentsub{
	display: block;
	clear: both;
	position: absolute;
	left: 0;
	top: 500px;
	background: #dfdbd6;
	width: 940px;
}
h2{
	color: #2d1704;
	font-size: 17px;
	padding: 0 0 0 15px;
	font-family: Geneva, Arial, sans-serif;
	clear: both;
}
.col1{
	width: 305px;
	display: block;
	float: left;
}
.col1 p{
	display: block;
	padding: 15px 15px 0 15px;
}
.col2{
	width: 350px;
	display: block;
	float: left;
}
.col3{
	width: 285px;
	float: left;
	display: block;
}
#info{
	width: 233px;
	height: 124px;
	background: url('img/info.gif') no-repeat;
	margin: 20px 0 20px 0;
}
#info a{
	text-decoration: none;
	color: #000;
	}
#info span{
	display: block;
	padding: 20px 10px 10px 35px;
	font-size: 13px;
}
#facebook a{
	background: #fff url('img/fb.png') no-repeat 5px 50%;
	border: 1px solid #b4b882;
	width: 143px;
	display: block;
	padding: 20px 20px 20px 70px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none;
	color: #385396;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-in;
}
#facebook a:hover{
	background: #385396 url('img/fb.png') no-repeat 5px 50%;
	color: #fff;
}
#footer{
	display: block;
	clear: both;
	height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 1px solid #8d8175;
	padding: 15px 0;
	font-family: Georgia, Arial;
	font-size: 14px;
	font-style: italic;
	color: #8d8175;
}
.but{
display: block;
margin-left: 15px;
padding: 5px 10px;
background: #816331;
color: #fff;
text-decoration: none;
width: 75px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.but:hover{
background: #6d5225;
}
