/* Layout Stylesheet */ 

body {
 background-color:rgb(206,192,163);
 margin:0 auto;
 }

#container {
 margin:0 auto;
 text-align:center;
 width:800px;
 background-color:rgb(206,192,163);
}

#headera {
 position:relative;
 width:800px;
 height:82px;
 text-align:left;
 background-color:rgb(206,192,163);
}
 
#headerb {
 position:relative;
 width:800px;
 height:27px;
 background-color:rgb(93,64,34);
 text-align:left;
}
 
#headernavbar_original {
 width:695px;
 height:20px;
 background-color:rgb(109,86,52);
}

#colleft {
 position:relative;
 float:left;
 width:200px;
 background-color:#FFF;
 text-align:center;
 height:100%;
 background-repeat:no-repeat;
 background-position:bottom left;
}

#colright {
 position:relative;
 float:right;
 width:600px;
 background-color:#FFF;
 text-align:left;
 height:100%;
 background-image:url("images/bodybg2.jpg");
 background-position:bottom right;
 background-repeat: no-repeat;
}

#footer {
 clear:both;
 width:800px;
 height:27px;
 background-color:#fff;
 background-image:url("images/footer.jpg");
 text-align:center;
}
