body, div, form, input, textarea, ul, li {
	font-family: helvetica;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
}
body {
	background: url(images/mainbg.jpg);
	margin: 0;
	padding: 0;
}
a {
	font-size: 13px;
	color: #659215;
	text-decoration: none;
}
img {
	border: 0;
	text-decoration: none;
}
#main_top {
	width: 100%;
	height: 80px;
	background: url(images/bodybg.jpg) repeat-x;
}
#main {
	width: 930px;
	margin: -64px auto;
}


/* =========== Header =========== */

#header {
	height: 167px;
	background: url(images/maintopbg.png) no-repeat;
	position: relative;
}
#search {
	position: absolute;
	top:  33px;
	right: 68px;
	background: url(images/searcharea.gif) no-repeat;
	width: 103px;
	height: 19px;
}
.se {
	width: 80px;
	height: 16px;
	border: none;
	font-size: 12px;
	margin: 1px 0 0 2px;
	position: absolute;
}
.bu {
	width: 14px;
	height: 12px;
	background: url(images/ic_search.gif) no-repeat;
	position: absolute;
	right: 3px;
	top: 4px;
	border: none;
	cursor: pointer;
}
.logo {
	width: 175px;
	height: 49px;
	position: absolute;
	top:  56px;
	left: 50px;
}
.slogan {
	color: #849286;
	font-size: 16px;
	position: absolute;
	top:  81px;
	left: 250px;
	margin: 0;
	padding: 0;
}
.rss {
	display: block;
	padding-left: 25px;
	background: url(images/ic_rss.gif) no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 32px;
	right: 200px;
}

/* =========== End Header =========== */


/* =========== Navigation =========== */

#nav {
	position: absolute;
	top: 20px;
	right: 47px;
	width: 309px;
}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
    float: left;
    list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#nav a {
	color: #66764b;
	background: #bdd397;
	font-size: 14px;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
	display: block;
	line-height: normal;
}
#nav a:hover, #nav .current {
	background: #9eb773;
	color: #fff;
}
.nav_tl {
	position:absolute; 
	top:0px; 
	left:0;
}
.nav_tr {
	position:absolute; 
	top:0; 
	right:1px;
}
.nav_bl {
	position:absolute; 
	bottom:0; 
	left:0px;
}
.nav_br {
	position:absolute; 
	bottom:0; 
	right:1px;
}

/* =========== End navigation =========== */


/* =========== Footer =========== */
#footer {
	background: url(images/mainbotbg.png) no-repeat;
	height: 60px;
	padding: 40px 55px 0 55px;
	color: #8da0ae;
	font-size: 14px;
	font-family: helvetica;
}
#footer a {
	color: #ada675;
}
#copyright {
	float: left;
	width: auto;
}
#powered {
	float: right;
	background: url(images/wplogo.gif) no-repeat;
	height: 29px;
	padding-left: 36px;
	margin-top: -8px;
	padding-top: 8px;
	width: auto;
}

/* =========== End Footer =========== */




/* =========== Content =========== */

#content {
	background: url(images/mainmidbg.png) repeat-y;
	overflow: hidden;
	position: relative;
}
#content_title {
	margin: 0;
}
#content_title h3 {
	width: 835px;
	padding: 4px 0 4px 10px;
	margin: 0 0 0 40px;
	border-top: 0px solid #959c96;
	border-bottom: 0px solid #959c96;
	font-family: Contra;
	font-size: 26px;
	color: #555;
	font-weight: 400;
	line-height: 26px;
}
#content_in {
	padding: 30px 50px 50px 50px;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
}
#content_in h3, #content_left h3 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 25px;
}
blockquote {
	background-color: #e0e4c5;
	display: block;
	padding: 15px;
	border-left: 3px solid #857a62;
	margin: 0 0 0 30px;
	color: #7b766c;
}

/* =========== End Content =========== */

