* { margin: 0; padding: 0; outline: 0 }

a {text-decoration: none;}

body {
	background: #737440 url(img/main-bg.gif) repeat;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {margin-left: 12px;}


img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2em sans-serif;}
h2 {font: bold 1.6em Verdana,sans-serif;
	color:#245925;
	padding-bottom: 4px;
}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}


.header {
	background-repeat:repeat-x;
	border-right: 1px solid #71702f;
	border-left: 1px solid #71702f;
	height: 185px;
	background-image: url(img/header.jpg);
}


.container {
	width:930px;
	border: 3px solid #fff;
	border-top: none;
	margin: 0 auto;
}

.main {
	background: #f3f1ec;
	border-bottom: 1px solid #71702f;
	border-left: 1px solid #71702f;
}
.main .left {width: 100%;}

.content {
	border-left: 1px solid #aab001;
	border-top: 1px solid #aab001;
	padding: 16px;
}

.content h1 {
	background: url(img/h1-under-video.gif) repeat-x left bottom;
	color: #504f1f;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.content h4 {
	color: #4c0102;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.content a {
	color: #798707;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

.nav {
	border-bottom: 1px solid ##71702f;
	background-color: #71702f;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav a {
	background: #71702f;
	border-right: 1px solid #161616;
	color: #fff;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
.nav a:hover {
	background: #71702f url(img/nav_hover.gif);
}




.contact {
	border: 1px solid #71702f;
	padding: 12px;
	background-color: #f6f4d3;
	background-image: url(img/img4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
.contact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;}	

.footer {
	background: #49481c;
	color: #f6f4d3;
	text-align:center;
	height:34px;
}

.footer a {color: #aab001;}
.footer a:hover {
	color: #f6f4d3;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}


.box ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.box li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.box li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
