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:#6ac3f5;}
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: 998px;
	margin: 0 auto;
    background:url("../img/contBg.jpg") no-repeat;
    background-position:right bottom;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
}

.header{
	overflow: hidden;
	zoom:1;
	position: relative;
	min-height:415px;
    height:auto;
	_height:415px;
	background: url(../img/header.jpg) no-repeat;
	background-position:  20px 0;
}
.header .text{
	padding: 332px 0 0 435px;
	color:#000;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	zoom:1;
    width:530px;
}


div.left{
	width:310px;
	float:left;
    position:relative;
    z-index: 5;
    background:url("../img/leftBg.jpg") no-repeat;
    background-position:20px 0;
    min-height:640px;
    height:auto;
    _height:640px;
}

.left .menu{
    padding:15px 0 0 60px;
}
div.menu ul{
    font-size:14px;
}
div.menu ul li{
	padding:0 5px 7px 1px;
}
.category{
	color:#a68787;
	font-size: 30px;
	padding:15px 0 0  60px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 315px;
    min-height:850px;
    height:auto;
    _height:850px;
}
div.content{}
div.content h1{
    padding:15px 0 10px 0;
}

div.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 8px 0;
}

div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
}


.news{
    font-size:12px;
    color:#000;
    width:500px;
    text-align:right;
    float:right;
    padding:15px 0 30px;
}

div.footer{
    clear:both;
	height: 60px;
	overflow: hidden;
	zoom:1;
    position: relative;
    z-index: 5;
}
div.footer div.google{
	padding:0 0 0 310px;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}

div.copy{
	float: left;
	padding:0 0 0 60px;
    font-size:14px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.copy .year{
	font-size: 18px;
	color:#989898;
}
