
/* Layout Stylesheet */ 

body {
 margin:10px;
 background: #000000
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:257px;
 background:#000000;
 color: #333333;
 }

#bar {
 height:25px;
 background:#8A7463;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #e2d4b1;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#e2d4b1;
 color: #333333;
 width:145px;
 }

#cont {
 width:645px;
 background:#D0CFC0;
 /*background:#00979d;*/
 font-family:Tahoma,sans-serif;
 font-size:1em;
 color: #000000;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:justify;
 }

#ftr {
 height:25px;
 background:#8A7463;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

