
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#191919;
 color: #ffffff;
 text-align:center;
 font-size: 12px;
 font-family: arial;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:62px;
 background:#969070; 
 color: #333333;
 }

#bar {
 height:15px;
 background:#645947;
 border:solid #000000;
 border-width:1px 0 1px 0;
 text-align: center;
 color: #ffffff;
 font-size: 10px;
 }

#bodyblock {
 position:relative;
 background: #E9B784;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#E9B784;
 color: #232C27;
 width:145px;
 }

#cont {
 width:595px;
 background:#ffffff;
 color: #000000;
 border:solid #000000;
 border-width:0 0 0 1px;
 text-align:left;

 }

#ftr {
 height:25px;
 background:#645947;
 color: #ffffff;
 border:solid #000000;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 10px;
 text-align: center;
 }