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:#873837;}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#5d4100; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#d6ad4e;}
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:#873837;}
div.main { 
	min-height: 100%; 
	_height: 100%;
    position:relative;
    background:url("../img/bodyBg.jpg") repeat-x;
    background-position:left top;
}
div.block{
    width: 970px;
	margin: 0 auto;
   	overflow: hidden;
   	zoom: 1;

}
.header{
	position: relative;	
    min-height:555px;
    height:auto;
    _height:555px;
    background:url("../img/header.jpg") no-repeat;
}

.menu{
    position:absolute;
    z-index:5;
    background:url("../img/menuBg.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menuBg.png', sizingMethod='scale');
    width:612px;
    height:325px;
    top:225px;
    left:405px;
    *left:365px;
    _left:355px;
    overflow:hidden;
    zoom:1;
}
.menu ul{
    font-size:12px;
    padding:50px 0 0 50px;
    width:630px;
    margin-right:-100%;
    overflow:hidden;
}
.menu ul li{
    padding:0 0 7px 0;
    *padding:0 0 5px 0;
    float:left;
    width:315px;
}

.center{
    overflow:hidden;
    zoom:1;
}

.right{
	width:200px;
	float:right;
    position:relative;
    z-index: 5;
}

.news{
   padding:0 15px 25px 0;
}
.news .title{
	color:#873837;
    font-size:30px;
    padding-bottom:15px;
}
.news p{
    padding: 0 0 20px 0;
    color:#873837;
    font-size:12px;
    line-height:14px;
}

.left{
    margin-right:225px;
}

.center{
    padding:0 0 0 20px;
}
.content h1{
	padding:0 0 12px 0;
}

.image{
    float:left;
    width:295px;
    height:276px;
    margin: 8px 20px 5px 0;
    z-index:5;
    background:url("../img/imgBg.jpg") no-repeat;
}
.image img{
    margin:38px 0 0 47px;
}

.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

div.footer{
    height:122px;
    background:url("../img/footerBg.jpg") no-repeat;
    background-position:135px 0;
    position:relative;
}

.copy{
    padding:60px 0 0 220px;
    font-size:18px;
    color:#fde9b1;
    float: left;
}
.copy .year{
    color:#873837;
}

div.footer div.google{
	left:328px;
    top:56px;
	z-index: 2;
	position: absolute;
    color:#000;
}
div.footer div.google input{
    margin:0 3px;
}