/* Layout Stylesheet */ 

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

#outer {
 text-align:left;
 width:730px;
 margin:auto;
 }

#hdr {
 height:60px;
 width:730px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:20px;
 width:730px;
 background:#ffffff;
 color: #333333;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:730px;
 padding:0;
 }

#cont {
 width:545px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #333333;
 width:180px;
 }

#ftr {
 height:25px;
 background:#FFFFFF;
 color: #333333;
 margin:0;
 }
