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:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#65c2f6;}
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: 30px; font-weight:normal; color:#ff9402;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 960px;
	margin: 0 auto;
	position:relative;
    background:url(../img/bodyBg.jpg) no-repeat;
    background-position:left bottom;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
}


.left{
	width:295px;
	float:left;
    position:relative;
    z-index: 1;
	padding-top: 138px;
	
}
.hand{
	background:url(../img/hand.jpg) no-repeat;
	width: 133px;
	height: 141px;
	position: absolute;
	top:0;
	left:80px;
}
.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 15px 18px;

}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 0;
    *padding:0 5px 5px 0;
}
.category{
    font-size:30px;
    margin:0 0 10px 0;
    color:#ff9402;
    background: url(../img/titleBg.jpg) no-repeat;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}

.news{
	padding-bottom: 25px;
}
.news .title{
    font-size:30px;
    margin:0 0 10px 0;
    color:#ff9402;
    background: url(../img/titleBg.jpg) no-repeat;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}
.news p{
	color:#000;
	font-size: 11px;
	line-height: 14px;
	padding:0 20px 15px 18px;
}

div.right{
    margin-left:305px;
    padding:0 0 20px 0;
}
.topImg{
	background: url(../img/topImg.jpg) no-repeat;
	width:652px;
	height: 432px; 	
}

.content{}

.content h1{
    margin:10px 0;
}

.image{
    width:206px;
    height:206px;
    margin: 0 20px 15px 0;
    z-index:5;
    float: left;
    background: url(../img/imgBg.jpg) no-repeat;
}
.image img{
	margin: 3px 0 0 3px;
}

.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


div.footer{
	height: 70px;
}
.copy{
	padding:10px 0 0 305px;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
    float: left;
}
.copy .year{
	font-size: 14px;
}


div.footer div.google{
	padding:10px 30px 0 0px;
	z-index: 2;
	position: relative;
	float: right;
}
div.footer div.google input{
    margin:0 3px;
}



