html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: arial;*font-size: 16px; color:#808080;}
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;}
a { color:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#22a2e8;}
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-family:arial, sans-serif; font-weight:normal; color:#a68787; }
div.main { 
	min-height: 100%; 
	_height: 100%; 
	width:998px; 
	margin: 0 auto;
	background: url(../img/newsBg.jpg) no-repeat;
    background-position: right bottom;
}
div.block{
    overflow: hidden;
    zoom:1;
    position: relative;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:385px;    
}
div.header .headerR{
	background: url(../img/headerR.jpg) no-repeat;
	float: right;
	width:575px;
	height: 384px;
}
div.header .headerL{
	background: url(../img/headerL.jpg) no-repeat;
	float: left;
	width:378px;
	height: 255px;
    margin-left: 20px;
}

.center{
	background: url(../img/contBg.jpg) no-repeat;
	background-position: top right;
	min-height: 550px;
	height: auto;
	_height: 550px;
}

div.right{
	z-index: 2;
    position:relative;
    float: right;
    width: 280px;
}
.category{
	font-size: 28px;
	color:#a68787;
}
div.menu{
    padding:10px 0 95px 20px;
}

div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}
.news{
	color:#000;
	font-size: 14px;
	line-height: 24px;
	width: 240px;
	padding-bottom: 20px;	
}
div.left{
	margin:0 330px -95px 37px;
	z-index: 2;	
    position:relative;
    top:-95px;
}
div.content{
	padding-bottom: 70px;
	background: url(../img/center.jpg) no-repeat;
	background-position: bottom center;
}
div.content h1{
    padding-bottom:10px;
}

div.links{
	padding:10px 0;
}
div.image{
    position:relative;
    z-index:2;
    float:left;
    width:208px;
    height:208px;
    background: url(../img/imgBg.jpg) no-repeat;
    margin:10px 15px 8px 0;
}

div.image img{
	margin: 4px 0 0 4px;
} 

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height:70px;
	clear:both;
	overflow: hidden;
	zoom:1;
	width: 655px;
	position: relative;
	top:-70px;
	margin-bottom: -70px;
}
div.footer div.google{
	color:#000;
	padding:7px 5px 0 0;
	z-index: 2;
	position: relative;
	float: right;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: left;
	padding: 10px 0 0 35px;
    font-size:18px;
    color:#306e91;
    z-index: 2;
    position: relative;
    text-align: right;
}
