/* CSS Document */

body
{
    font-size: 12px;
    font-family: Arial,Helvetica,Sans-Serif;
	background-color:#D6C58F;
	margin:0px;
	padding:0px;
	color:#534E3A;
}
#header{
    width:711px;
	height:165px;
	margin:0 auto;
	}
#nav{
    height:49px;
	background-color:#A82F19;
}
.nav_bg{
    width:775px;
	height:49px;
	background:url(../images/nav_bg.jpg) repeat-y center;
	margin:0px auto;

}
#nav ul{
    margin:0px;
    padding:0px;
	list-style-type:none;
	text-align:center;
	
	}
#nav li{
    float:left;
	margin:17px 0px 15px 45px!important;
	margin:17px 20px 15px 25px;
	}
#main{
    width:711px;
	margin:0 auto;
	background: url(../images/main_bg.jpg) repeat-y center;
	}
.main_bg{
    background: url(../images/main_bg2.jpg)  no-repeat center bottom;
	position:relative;
	}
.main_left{
    width:156px;
	top:35px;
	left:19px;
	position: absolute;
/*	margin:35px 0px 0px 19px!important;
	margin:35px 0px 0px 10px;
	float:left;*/
	}
.main_text{
    width:310px;
	top:35px;
	left:180px;
	position:absolute;
	}
.text{
    margin:15px 20px 25px 25px;}
	
.main_right{
    width:182px;
	left:507px;
	top:35px;
	position:absolute;}
h1{
    font-size:15px;
    color:#990723;
    margin:10px;
  }

h2{
    font-size:15px;
    color:#990723;
  }
a{
   color:#534E3A;
}
.foot{
   clear:both;
   text-align:center;
   font-size:10px;
   margin:5px;
   }
