
/* Layout Stylesheet */ 

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

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

#hdr {
 height:163px;
 background:#eeeeee;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0px 0px 0px;
 }

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

#bodyblock {
 position:right;
 background: #000000;
 color: #333333;
 width:1150px;
 padding:0px;
 border-width:0px 0px 0px 0px;
 }

#l-col {
 float:left;
 background:#000000;
 color: #333333;
 width:125px;
 border-width:1px 1px 1px 1px;
 }

#cont {
 width:1025px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0px 0px 0px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;
 border-width:1px 0px 0px 0px;
 }