
/* Layout Stylesheet */ 

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

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

#hdr {
 height:100px;
 background:#303030;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #000000; border:1px solid #CCCCCC;
 color: #333333;
 width:779px;
 padding:0;
 }

#l-col {
 float:right; margin-right:25px;display:inline; 
 background:#000000;
 color: #333333;
 width:190px;
 }

#cont {
 width:550px;
 background:#000000;
 color: #333333;  border-right:1px solid #CCCCCC;	
 text-align:left;
 }

#ftr {
 height:45px;
 background:#0c070d;
 color: #666666; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-align:center;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0; padding:20px 10px 10px 20px;
 }