html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body{font-family: Arial;*font-size: 16px; color:#808080;}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#416525; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#a3e66e;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 28px; font-family:arial, sans-serif; font-weight:normal; color:#557532;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 998px;
	margin: 0 auto;
	position:relative;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
   	margin-bottom: -60px;
   	background: url(../img/bodyBg.jpg) no-repeat;
   	background-position: left bottom;
}

.header{
	overflow: hidden;
	zoom:1;
	position: relative;
	height: 355px;
}
.headerL{
	background: url(../img/headerL.jpg) no-repeat;
	width:369px;
	height: 332px;
	position: absolute;
	top:10px;
	left:20px;
}
.headerR{
	background: url(../img/headerR.jpg) no-repeat;
	width:593px;
	height: 229px;
	position: absolute;
	top:0;
	left:385px;
}
.header .text{
	width: 512px;
	float: right;
	padding: 183px 25px 0 0;
	text-align: right;
	color:#000;
	position: relative;
	z-index: 3;
}
.header .text p{
	font-size: 12px;
	line-height: 22px;
}

div.left{
	width:315px;
	float:left;
    position:relative;
    z-index: 5;
}

.left .menu{
    padding:10px 0 350px 70px;
}
div.menu ul{
    font-size:14px;
}
div.menu ul li{
	padding:0 5px 7px 1px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 325px;
	top:-70px;
}
div.content{
	padding:0 0 40px;	
	min-height: 625px;
	height: auto;
	_height: 625px;
}
div.content h1{
    padding:0 0 10px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:208px;
    height:208px;
    margin: 8px 20px 8px 0;
    background:url("../img/imgBg.jpg") no-repeat;
}
div.image img{
    margin:4px 0 0 4px;
}
div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height: 60px;
	overflow: hidden;
	zoom:1;
    position: relative;
    z-index: 5;
}
div.footer div.google{
	float: right;
	padding:0px 20px 0 0;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}

div.copy{
	float: left;
	padding:5px 0 0 320px;
    font-size:18px;
    z-index: 2;
    color:#89aa5e;
    position: relative;
}
