body
{
background:#b39f86;;
margin:0;
padding:0;
text-align:center;
color:#ffffff;
}
a
{
color:#855c47;
}
.wrapper
{
text-align:left;
margin:0 auto;
width:942px;
}
.header
{
height:121px;
width:942px;
background:url('images/header.gif') no-repeat;
}
.main
{
min-height:800px;
background:#a9957c;
}
.nav
{
float:right;
width:420px;
height:27px;
margin-top:94px;
}
.nav img
{
border:0;
margin:0;
}
.nav a
{
color:#ffffff;

margin:0;

}
.main_bg_l
{
background:url('images/main_bg_l.gif') no-repeat;
height:10px;
width:13px;
}
.top_left
{
display: inline;
margin-left:11px;
float:left;
background:url('images/left_top.gif') no-repeat;
width:263px;
height:223px;
}
.top_right
{
display: inline;
width:648px;
height:223px;
margin-left:10px;
float:left;
background:url('images/top_right.gif') no-repeat;
}
.bottom_block
{
display: inline;
margin-top:8px;
margin-left:10px;
width:922px;
background:#a9957c url('images/bottom_block.gif') no-repeat;
float:left;
}
.text
{
margin:5px;
font-family:sans-serif;
color:#ffffff;
font-weight:100;
}
.footer{
display:block;
width:942px;
height:25px;
background:#a9957c;
color:white;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}