
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#303030;
 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:#000000; 
 color: #cccccc;
 }

#bar {
 height:15px;
 background:#999999;
 border:solid #000000;
 border-width:1px 0 1px 0;
 text-align: center;
 color: #000000;
 font-size: 10px;
 }

#bodyblock {
 position:relative;
 background: #909090;
 color: #000000;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#909090;
 color: #000000;
 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:#000000;
 color: #ffffff;
 border:solid #000000;
 border-width:1px 0 0 0;
 margin:0;
 font-size: 10px;
 text-align: center;
 }
