html,body {
	height: 100%;
	font-size: 13px;
	font-family: Arial, Georgia,'Times New Roman',Times,serif;
	background: #122b0d url(/index_files/bg.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	}
* {margin:0; padding: 0;

}	

p {margin: 16px 0 16px;}

a:link, a:visited, a:active {color: #1a7515; text-decoration:none;}
a:hover {color: #80bd4f; text-decoration:underline;}

img {
	border:0px;
}

#holder {
	padding-top:20px;
	width:945px;
	/*border:1px solid red;*/
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	z-index:2;
	
}

#top-nav {
	background: #fff url(/index_files/top-content-bg.jpg) no-repeat top center;
	/*height:550px;*/
	padding-bottom:10px;
	position:relative;
	top:-15px;
	z-index:1;

}

.menu td {
	text-align:center;
	font-size: 15px;
	font-weight: normal;
	
}
#top-nav .menu a {
	color:#000;
	text-decoration: none;
	
}
#top-nav .menu a:hover {
	color:#9d9d9d;
}

.submenu td {
	text-align:center;
	vertical-align: baseline;
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
}
#top-nav .submenu a {
	color:#008C00;
	text-decoration: none;
	
}

#top-nav .submenu a.current,
#top-nav .submenu a:hover{
	color:#008C00;
	background-color: #FFFF88;
}


#blocks-holder {
	padding: 0px 0px 0px 0px;
}

.blocks {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	
}
.blocks td {
	width: 282px;
}

.block-line {
	padding: 5px 0px 5px 0px;
}
.block-image {
	margin-right:5px;
}
.block-text {
	/*text-align:justify;*/
}

h1 {	
	font-size: 18px;
	color: #1a7515;
}

.blocks h1 {
	padding-left: 30px;
	height: 28px;
	background: url(/index_files/ok.jpg) no-repeat top left;
}

#content {
	position:relative;
	top:-15px;
	padding: 0px 30px 40px 30px;
	/*height:500px;*/

	background: #fff url(/index_files/bottom-content-bg.jpg) no-repeat bottom center;
}

.footer {
	position:relative;
	top:-15px;
	background: url(/index_files/down.png) no-repeat top center;
	width:945px;
	height:155px;
	
	
}

.footer p {
	color:#778d65;
	text-align:center;
	padding-top: 90px;
}

.footer .f-text a {
	color: #80bd4f;
}
.footer .f-text a:hover {
	color: #a6d084;
}

.clearfix {
	clear:both;
}

.send {
	padding: 0px 20px 0px 20px;
}

.pages a:link,
.pages a:visited,
.pages a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid gray;
	padding:0px 6px;
	font-size:11px
}

.pages a:hover {
	background:#CCCCCC;
	color:#000;
	border-color:#000;
}

.onpages a:link,
.onpages a:visited,
.onpages a:hover,
.onpages a:active{
	background:#CCCCCC;
	text-decoration:none;
	color:#000;
	border:1px solid black;
	padding:0px 6px;
	font-size:11px
}