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:#f8ec69; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#fbf3a1;}
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:#a68787;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 985px;
    background:url("../img/footBg.jpg") no-repeat;
    background-position:left bottom;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
    background:url("../img/bodyBg.jpg") no-repeat;
    background-position:left top;
    padding-bottom:15px;
}

.header{
	overflow: hidden;
	zoom:1;
    padding-bottom:25px;
}
.header .news{
    float:right;
	color:#000;
	position: relative;
	z-index: 3;
    width:461px;
    height:333px;
    background:url("../img/newsBg.jpg") no-repeat;
}

.header .news p{
    font-size:14px;
    line-height:24px;
    padding:12px 25px 10px;
}

div.left{
    margin-top:45px;
	width:308px;
    height:581px;
	float:left;
    position:relative;
    z-index: 5;
	padding-bottom:120px;
    background:url("../img/menuBg.jpg") no-repeat;
}

.left .menu{
    padding:15px 0 30px 30px;
}
div.menu ul{
    font-size:14px;
}
div.menu ul li{
	padding:0 5px 7px 1px;
}
.category{
	color:#fff;
	font-size: 30px;
	padding:15px 0 0 25px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 345px;
}
div.content{}
div.content h1{
    padding:15px 35px 10px 0;
    
}

div.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 8px 0;
}

div.content p{
    line-height:28px;
    padding:0 5px 25px 0;
    font-size:14px;
}

div.footer{
    clear:both;
	height: 90px;
	overflow: hidden;
	zoom:1;
    position: relative;
    z-index: 5;
}
div.footer div.google{
	padding:32px 30px 0 10px;
	color:#000;
	position: relative;
    float:right;
}
div.footer div.google input{
    margin:0 3px;
}



