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:#f87210; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#f6ae7a;}
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%;  
	width: 998px;
	margin: 0 auto;
	position:relative;
    padding-top:5px;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;

}
div.header{
	position: relative;	
	overflow: hidden;
	zoom: 1;	
    height:438px;
    background:url("../img/header.jpg") no-repeat;
}
.header .tText{
    color:#ccc;
    font-size:14px;
    line-height:24px;
    position: relative;
    margin:40px 0 0 315px;
    width: 445px;
}
.header .tText .f{
	position: absolute;
	top:0;
	left:0;
}
.header .tText .b{
	padding-top: 245px;
}


.center{
    overflow:hidden;
    zoom:1;
}

div.left{
	width:300px;
	float:left;
    position:relative;
    z-index: 5;
}
.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 0 25px;
}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 0;
    *padding:0 5px 5px 0;
}

.category{
	color:#8d8484;
	font-size: 30px;
	padding:0 0 10px 25px;
	font-family: Verdana;
}
.news{
	padding: 30px 0 0 0;
}
.news .title{
	color:#8d8484;
	font-size: 30px;
	padding:0 0 10px 25px;
}
.news p{
	color:#f2f2f2;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	padding: 4px 30px 10px 25px;
}

div.right{
	background:url("../img/contBg.jpg") no-repeat;
    margin-left:310px;
    padding:10px 0	px 20px 0px;
    margin-bottom:11px;
    min-height: 715px;
    height:auto;
    _height:715px;
}

.content{}
.content h1{
	font-family: Verdana;
	padding:0 0 10px 20px;
}

div.image{
    float:left;
    width:334px;
    height:236px;
    margin: 8px 20px 5px 0;
    z-index:5;
    background: url(../img/imgBg.png) no-repeat;
}
div.image img{
	margin: 17px 0 0 17px;
}

div.content p{
    line-height:28px;
    padding:0 0 25px 20px;
    font-size:14px;
    font-family:arial, sans-serif;
}


div.footer{
	height: 90px;
}
.copy{
	padding:25px 0 0 25px;
    font-size:18px;
    z-index: 2;
    color:#3a3a3a;
    position: relative;
    float: left
}
.copy .year{
    padding-right:5px; 
    color:#888;
}

div.footer div.google{
	padding:17px 0 0 325px;
	z-index: 2;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}




