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:#fff; background:#f1b847 url("../img/bodyBg.jpg") repeat-x;}
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:#65bcec;}
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:#f1ff58;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 998px;
	margin: 0 auto;
	position:relative;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;

}
div.header{
    overflow:hidden;
    zoom:1;
    background:url("../img/header.jpg") no-repeat;
    width:998px;
    height:409px;
}
.header .tText{
    color:#000;
    font-size:14px;
    margin:280px 0 0 313px;
    line-height:24px;
    width:415px;
    text-align:center;
}

div.left{
    padding-top:10px;
	width:295px;
	float:left;
    position:relative;
    z-index: 5;
}
.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 0 45px;
}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 0px;
    *padding:0 5px 5px 0px;
}

.left .category{
 	color:#f1ff58;
	font-size: 30px;
	padding:0 0 10px 45px;
}
.news{
	padding: 30px 0 0 0;
}
.news .title{
	color:#f1ff58;
	font-size: 30px;
	padding:0 0 10px 45px;
}
.news p{
	color:#646464;
	font-size: 14px;
	line-height: 24px;
	padding: 0 15px 20px 45px;
}

div.right{
    margin-left:300px;
    padding:10px 20px 20px 10px;
    margin-bottom:11px;
}

div.content{}
div.content h1{
    margin:0 0 10px 0;
}

div.image{
    float:left;
    width:214px;
    height:214px;
    margin: 8px 20px 3px 0;
    background:url("../img/imgBg.jpg") no-repeat;
}
div.image img{
    margin:7px 0 0 7px;
}

div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


div.footer{
    width:970px;
	height: 70px;
	overflow: hidden;
	zoom:1;
    margin-left:15px;
}
div.footer div.google{
	float: right;
	padding:5px 35px 0 0;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
.copy{
	float: left;
	padding:10px 0px 0 350px;
    font-size:14px;
    z-index: 2;
    color:#fff;
    position: relative;
    line-height:18px;
}
.copy .year{
    font-size:18px;
}



