
/* BEGINN WRAPPER*/
#container{
   width: 928px;
   margin: 0 auto;
   background: url(../images/container_bg.gif) no-repeat center top;
   z-index:auto;

}

a{
   overflow: hidden; /* for Suckerfish*/
}
.clear{
clear:both;}

#top{
position:relative;
margin: 0 auto;
width:880px;
height:116px;
z-index:500;
}
#nav{
position:absolute;
top:50px;
right:0;
height:31px;
}
#top_left{
position:absolute;
margin: 0 auto;
width:876px;
color:#999;
font-size:11px;
background:#fff;
padding-left:4px;
overflow:hidden;
height:28px;
}
#logo{
position:relative;
float:left;
margin-top:40px;
}
#header{
position:relative;
margin: 0 auto;
width:880px;
height:auto;
border-bottom:1px solid #58260e;
border-top:1px solid #c8b799;
}

#content{
width:880px;
background: #f6f6ee;
height:auto;
}
.leftcol{
width:600px;
padding:10px;
}
.rightcol{
width:250px;
background-color:#eeeddb;
padding:10px;
color:#666;
}

#leftcol_top{
width:auto;
width:100%!important;
margin-bottom:20px;
}
#leftcol_top_r {
}
#leftcol_top_l {
}

#footer{
position:relative;
margin: 0 auto;
width:928px;
height:43px;
background: url(../images/footer_bg.gif) no-repeat center top;
}
#footer-inner{
margin: 0 auto;
width:880px;
height:auto;
}



.footer{
   width: 880px;
   margin: 0 auto;
   padding:10px;
   text-align:center;
   color:#999;
   font-size:80%;
   clear: both;

}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#c2c2ac;
}

