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; background:#000;}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#594704; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#d0b44a;}
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:#8d8484;}
div.main { 
	min-height: 100%; 
	_height: 100%;
    position:relative;

}
div.block{
    width: 998px;
	margin: 0 auto;
   	overflow: hidden;
   	zoom: 1;
    background:url("../img/bodyBg.jpg") no-repeat;
    background-position:left bottom;
}
.header{
	position: relative;	
    min-height:571px;
    height:auto;
    _height:571px;
    background:url("../img/header.jpg") no-repeat;
}
.header .nTitle{
    background:url("../img/newsTitl.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/newsTitl.png', sizingMethod='scale');
    width:386px;
    height:61px;
    position:absolute;
    top:0;
    right:20px;
}
.header .news{
    width:300px;
    padding:70px 0 0 660px;
}
.header .news p{
    padding: 2px 0 25px 60px;
    color:#594704;
    font-size:12px;
    font-family: verdana;
    line-height:20px;
    background:url("../img/newsImg.jpg") no-repeat;
    background-position:top left;
}

.center{
    overflow:hidden;
    zoom:1;
}

div.right{
	width:255px;
	float:right;
    position:relative;
    z-index: 5;
}
.right .menu{
    position:relative;
    z-index:5;
}
.menu ul{
    font-size:14px;
    font-family:verdana;
}
div.menu ul li{
    padding:0 5px 7px 0;
    *padding:0 5px 5px 0;
}

.category{
	color:#20222a;
    font-size:30px;
    padding-bottom:15px;
}

div.left{
    margin-right:315px;
}

.center{
    padding:15px 0 0 20px;
}
.content h1{
	padding:0 0 10px 0;
    color:#20222a;
}

div.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 5px 0;
    z-index:5;
}

div.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

div.footer{
    height:120px;
}

.copy{
	padding-right: 135px;
    font-size:18px;
    z-index: 2;
    color:#6a6a6a;
    position: relative;
    float: right;
}
.copy .year{
    color:#484848;
    font-size:12px;
}

div.footer div.google{
	padding:5px 30px 0 0;
	z-index: 2;
	position: relative;
    float:right;
    color:#fff;
    clear:both;
}
div.footer div.google input{
    margin:0 3px;
}