
/* Layout Stylesheet */ 

body {
 margin:0px;
 color: #ffffff;
 background:#484851;
 text-align:left;
 padding:0;
 }

#outer {
 text-align:left;
 width:750px;
 margin:auto;
 color:#484851;
 background:#484851;
 }
 
#hdr1 {
 height:15px;
 background:#484851;
 color: #484851;
 text-align:center;
 }
 
#hdr2 {
 height:125px;
 background:#aaaab9;
 color: #484851;
 text-align:center;
 }
 
#bodyblock {
 position:relative;
 background: #9090a2; 
 color: #9090A2;
 border-color:#9090A2;
 width:726px;
 padding:12px;
 }

#l-col {
 float:left;
 background:#cbcbf2;
 color: #ffffff;
 width:136px;
 text-align: right;
 padding:12px;
 }

#cont {
 float:left;
 text-align:left;
 width:542px;
 background: #e4e4f9;
 color: #e4e4f9;
 padding: 12px;
 }

#ftr {
 height:25px;
 width:750px;
 text-align:center;
 background:#484851;
 color: #484851;
 }