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','Tahoma';*font-size: 16px; color:#000; }
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:#4bb3ee;}
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 {
    padding:0 0 15px 8px;
	min-height: 100%; 
	_height: 100%;  
	width: 990px;
	margin: 0 auto;
	position:relative; 
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
    position:relative;
    margin-bottom: 14px;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    width:753px;
    background: url(../img/header.jpg) no-repeat;
    height:479px;
}

.header .text{
    color:#000;
    padding: 180px 0 0 100px;
	width: 305px;
    font-size:14px;
    line-height:24px;
    text-align:right;
}
.header .text p{
	padding-bottom: 15px;
}

div.left{
	width:753px;
	float:left;
    position:relative;
    z-index: 5;
}
div.menu{
	width: 208px;
	margin: 12px 0 14px;
	border:4px solid #494853;
    padding-top:15px;
    background: url(../img/menuBg.jpg) no-repeat;
    background-position: left bottom;
}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
    padding-bottom:7px;
}
div.menu ul li{
    padding:0 5px 7px 30px;
    *padding:0 5px 3px 30px;
}
.category, .title{
    font-size:28px;
    color:#a68787;
    padding:0 0 10px 20px;
}

div.news{
	width: 208px;
	margin: 12px 0 0;
	border:4px solid #494853;
    padding-top:15px;
    background: url(../img/newsBg.jpg) no-repeat;
    background-position: left bottom;
}
div.news .title{
	padding-bottom: 0;
}
div.news p{
	font-size: 14px;
	line-height: 24px;
	padding:5px 10px 20px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 761px;
    width:217px;
}
div.content{
	border:4px solid #494853;
    padding:20px 20px 0 45px;
    min-height: 580px;
    height: auto;
    _height: 580px;
	background: url(../img/contBg.jpg) no-repeat;
    background-position: left bottom;
}
div.content h1{
    padding:4px 0 10px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:208px;
    height:208px;
    margin: 8px 20px 10px 0;
    background: url(../img/imgBg.jpg) no-repeat;
}
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;
}
.footer{
	background: url(../img/footerBg.jpg) no-repeat;
	height: 78px;
	border:4px solid #494853;
	overflow: hidden;
	zoom:1;
	width: 969px;
	_width: 972px;
}

div.google{
	padding:13px 0 0 45px; 
	color:#000;
	float: left;
}
div.google input{
    margin:0 3px;
}
div.copy{
    font-size:18px;
    z-index: 2;
    color:#306e91;
    float: right;
    padding: 30px 15px 0 0;
}

