* {
font-family:Arial, Helvetica, sans-serif;
}

body{
margin: 0px;
text-align:center;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#977e60;
background-position:center;
background-position: top;
}

#container{
text-align: center;
margin: auto;
width: 928px;
}

#top{
width: 928px;
height: 61px;
margin:0px;
text-align:center;
}

#logo_nav{
width: 917px;
height: 142px;
border-top: 6px solid #FFFFFF;
border-right: 6px solid #FFFFFF;
border-left: 6px solid #FFFFFF;
}

#banner{
width: 917px;
height: 213px;
border-right: 6px solid #FFFFFF;
border-left: 6px solid #FFFFFF;
border-bottom:  6px solid #FFFFFF;
}

#content{
width: 861px;
border: 6px solid #FFFFFF;
background-color: #f2eddc;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 30px;
text-align:left;
}

#left_content{
width:427px;
}

#right_content{
width: 387px;
padding-left: 40px;
}

#left_content2{
width: 576px;
padding-right: 40px;
}


#footer{
width: 900px;
padding-left: 28px;
padding-top: 25px;
padding-bottom: 15px;

}

#footer p{
color: #bdad9b;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
text-align:left;
}

#footer a{
color: #bdad9b;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
text-decoration:none;

}

#footer a:hover{
color: #bdad9b;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
text-decoration:underline;

}


h1{
color:#273a45;
font-size: 15px;
font-weight: bold;
margin-bottom: -10px;
}

h2{
font-size: 13px;
font-weight: bold;
color: #461b01;
margin-bottom: -10px;
}

p{
font-size: 12px;
line-height: 24px;
color: #4b382e;
}

li{
font-size: 12px;
line-height: 23px;
color: #4b382e;
}

a{
color: #273a45;
}

#border{
width: 861px;
text-align:center;
border-top: 1px solid #cab69f;
padding: 8px 0px 15px 0px;
}