html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#000;}
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;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#9a4526; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#f49471;}
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:#934022; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    width:913px;
    margin:0 auto;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:388px;
    background:url("../img/header.jpg") no-repeat;
}
div.header p{
	font-size:12px;
	width: 755px;
	position:absolute;
	line-height:24px;
	left:90px;
}
div.header p.first{
	top:77px;
}
div.header p.second{
	top:150px;
}
div.left{
	padding-top:10px;
	float:left;
    position:relative;
    width:240px;
}
div.menu{
	padding:0 0 0 30px;
}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}
div.menuB{
    background:url("../img/menuB.jpg") no-repeat;
    width:204px;
    height:381px;
}

div.right{
	margin-left: 260px;
    position:relative;
}
div.content{}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:0 15px 8px 0;	
    border:1px solid #d2d2d2;
}
div.content p{
    line-height:28px;
    padding:0 15px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	clear:both;
	position:relative;
	background:url("../img/footer.jpg") no-repeat;
	width:913px;
	height:302px;
	color:#fff;
}
div.footer div.google{
	position: absolute;
	right: 300px;
	bottom:20px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	position:absolute;
	right:50px;
	bottom:25px;
    padding:40px 0 25px;
    font-size:14px;
}

