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:#939f6b;}
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:#70c9fb;}
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;
	position:relative;
    padding-top:15px;
    background: url(../img/contBg.jpg) no-repeat;
    background-position: right bottom
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
    padding:20px 10px 0 10px;
    background: url(../img/bodyBg.jpg) no-repeat;
    background-position: 420px 30px;
    margin-bottom: -60px;
}

div.left{
	width:315px;
	float:left;
    position:relative;
    z-index: 5;
    padding-bottom: 50px;
}

.left .menu{
    padding:10px 0 0 15px;
}
div.menu ul{
    font-size:24px;
    font-family:Tahoma, sans-serif;
    padding-bottom:35px;
}
div.menu ul li{
	background:transparent url(../img/menuBg.jpg) no-repeat;
    padding:15px 5px 8px 15px;
    display:block;
    position:relative;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 335px;
}
.news{
	padding:35px 0 0 30px;
}
.news p{
	color:#000;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 25px;
}
.news .warn{
	background: url(../img/newsBg.png) no-repeat;
	width: 603px;
	height: 291px;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/newsBg.png', sizingMethod='scale');
}
.news .warn .text{
	color:#fff;
	font-size: 24px;
	width: 420px;
	padding: 97px 0 0 100px;
}
div.content{
	padding:30px 0 90px;	
	min-height: 625px;
	height: auto;
	_height: 625px;
	}
div.content h1{
    padding:0 0 15px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:208px;
    height:208px;
    margin: 8px 20px 8px 0;
    background:url("../img/imgBg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
}
div.image img{
    margin:4px 0 0 4px;
}
div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height: 60px;
	overflow: hidden;
	zoom:1;
    position: relative;
    z-index: 5;
}
div.footer div.google{
	float: right;
	padding:0px 40px 0 0;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
.year{
	float: left;
	padding:12px 0 0 180px;
    font-size:12px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.rights{
	float: left;
	padding:5px 0 0 20px;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.email span{
	padding-right: 5px;
}
