
/* Layout Stylesheet */ 

body {
 margin:5px;
 background:#1D1918;
 color: #EFD6A5;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 background: #EFD6A5;
 width:800px;
 margin:auto;
 }

#hdr {
 height:122px;
 background:#1D1918;
 }

#bar {
 background:#1D1918;
background-image:url(../images/bar.gif);
 height:19px;
 }

#bodyblock {
 position:relative;
 background: #EFD6A5;
 color: #1D1918;
 width:800px;
padding:0 0 15px 0;
 }

#l-col {
 float:left;
 background:#EFD6A5;
 color: #1D1918;
 width:150px;
padding:5px;
 }


#imgleft{
 float:left;
 padding:5px;
}
		
#imgright {
 float:right;
 padding:5px;
}

li.menu {
padding:15px 0 0 0;
}

#cont {
 width:640px;
 background:#EFD6A5;
 color:#1D1918;
 text-align:left;
 }

#bot {
 background:#1D1918;
 background-image:url(../images/foot.gif);
 height:25px;
 color: #333333;	
 }

#ftr {
 /*height:25px;*/
 background:#1D1918;
 color: #EFD6A5;
 margin:0;
 }