html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: Verdana;*font-size: 16px; color:#000;}
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;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#5d731f; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#cdf069;}
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-weight:normal; color:#426500; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    padding: 10px 12px 0 12px;
}
div.header{
	overflow: hidden;
	zoom:1;
	height: 432px;
	margin-bottom:20px; 
}
div.header .headerL{
	width: 639px;
	height: 432px;
	float: left;
	background: url(../img/headerL.jpg) no-repeat;
	position: relative;
}
div.header .headerR{
	width: 331px;
	height: 432px;
	float: left;
	background: url(../img/headerR.jpg) no-repeat;
	background-position: left bottom;
	position: relative;
}
.headerL .title{
	font-size: 36px; 
	color:#fff;
	bottom: 70px;
}
.headerL p{
	padding-bottom: 0;
	color:#fff;
	font-size: 14px;
}
.headerL .p1{
	bottom: 32px;
}
.headerL .p2{
	bottom: 11px;
}
.headerL .title,
.headerL .p1,
.headerL .p2{
	position: absolute;
	left:15px;
}
.headerR .text{
	color: #000;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	left: 20px;
	padding-right: 2px;
}

div.menuB{
    background: url("../img/menuB.jpg") no-repeat;
    position:absolute;
    right:21px;
    bottom:0;
    width:315px;
    height:450px;
}

div.right{
    z-index:5;
	width: 320px;	
	position: relative;
    margin: 0 0 0 648px;
    min-height: 790px;
    height: auto;
    _height: 790px;
}
div.right .category{
	font-size: 29px;
	padding-bottom: 15px;
	color:#426500;
}
div.menu{
}
div.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.left{
	z-index: 100;
	float:left;
	width:625px;
    position:relative;
    padding-bottom: 95px;
}
div.content{
	z-index: 100;
	position: relative;
}
div.content h1{
    padding-bottom:15px;
}

div.image{
	float: left;
	width: 200px;
	height: 200px;
	margin: 8px 20px 15px 0;
}

div.content .links{
    padding:10px 0;
}
div.content p{
    line-height:28px;
    padding-bottom: 25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	width:640px;
	height: 77px;
	overflow: hidden;
	zoom:1;
	position: absolute;
	left:0;
	bottom: 0;
}
div.footer div.google{
	float: right;
	
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	margin:5px 0 0 10px;
	color:#000;
    font-size:14px;
}


