body{
 margin: 0;
 padding: 0;
 background: url('bg.gif') repeat-x;
 color: #333;
 font-size: 11px;
 font-family: arial, "lucida console", sans-serif
}

a{
 font-weight: bold;
 text-decoration: none;
 color: #333;
}

#container{
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 background: #fff;
 padding: 0;
}


#center{
 width: 735px;
  float:left;
  background: #fff;
  
}

#header{
 height: 268px;
 background: url('header.jpg') no-repeat;
 margin:0px;
 padding:0;
}

#header h1{
 font-size: 18px;
 margin: 0;
 padding-top:10px;
 color: #77561a;
}

#navigation{
 padding-top: 20px;
}

#navigation a{
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 text-decoration:none;
}

#navigation ul{
 padding: 10px;
 width: 150px;
}

#navigation ul li{
 list-style-type: none;
 height: 15px;
 padding: 5px;
 border-bottom:1px solid #bf8212;
 border-top:1px solid #fff
}

#navigation ul li.first{
 border-top: none;
}

#navigation ul li.last{
 border-bottom: none;
}

#main{

 margin: 0;
 
 margin-top: 0;
 background: #fff;
 padding:1px;
}

#sidenav{
 margin-left: 10px;
}

.content_container{
 background: url('cont_bg.png') bottom no-repeat #e3ede2;
 margin-right:4px;
 margin-left:4px;
 padding: 10px;
padding-top:0px; 
 margin-top: -16px;

}
 
 .content_container h2{
 background:  url('cont_head.png') no-repeat;
 margin-left: -10px;
 width: 735px;
 color: #fff;
 font-size: 16px;
 padding-left: 15px;
 font-weight: bold;
 padding-top:3px;
 padding-bottom:3px;
}

#left{
  width: 200px;
  float: left;
}

#left ul{
 margin: 0;
 margin-left: -40px;
}

#left li{
 list-style-type: none;
 margin: 0;
}

#right{
  width: 500px;
  float: right;
}

#footer{
 background: transparent;
 height: 50px;
}

.thumbs li{

 height: 110px;
 margin:15px;

}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
