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:#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:#65c2f6;}
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:#ffd487; font-family:verdana;}

.main {
	min-height: 100%; 
	_height: 100%;  
	width: 998px;
	margin: 0 auto;
	position:relative;
    background:url(../img/contBg.jpg) no-repeat;
    background-position:0 350px;
    overflow:hidden;
    zoom:1;
}
.block{ 
   	overflow: hidden;
   	zoom: 1;
    width: 963px;
	margin: 0 auto;
    background:url(../img/bodyBg.jpg) no-repeat;
    background-position:left bottom;
}

.header{
    background:url(../img/header.jpg) no-repeat;
	height: 264px;
}
.header .text{
    width:500px;
    color:#fff;
    font-size:18px;
    padding:115px 0 0 45px;
    font-family:verdana;
}

.left{
	width:395px;
	float:left;
    position:relative;
    z-index: 1;
	padding: 80px 0 150px;
	
}

.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 15px 45px;

}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 8px 0;
    *padding:0 5px 6px 0;
}
.category{
    font-size:30px;
    margin:0 0 10px 0;
    color:#ffd487;
    font-family:verdana;
}


.right{
    margin-left:400px;
    padding:0 0 20px 0;
}


.content{}

.content h1{
    margin:15px 0;
}

.image{
    width:200px;
    height:200px;
    margin: 0 20px 15px 0;
    z-index:5;
    float: left;
}

.content p{
    line-height:20px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


.footer{
	height:160px;
    width:500px;
    float:right;
    clear:both;
}
.copy{

    font-size:18px;
    z-index: 2;
    color:#626262;
    position: relative;
    float: right;
}
.copy .year{
	font-size: 12px;
}
.email{
    background:url("../img/email.jpg") no-repeat;
    height:50px;
    line-height:48px;
    padding-left:80px;
    float:left;
}
.email a{
    color:#306e91;
    font-size:18px;
}

.footer .google{
	padding:10px 30px 20px 0;
	z-index: 2;
	position: relative;
}
.footer .google input{
    margin:0 3px;
}



