
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:730px;
 margin:auto;
 }

#hdr {
 height:70px;
 background:#FFFFFF;
 color: #FFFFFF;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:730px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:140px;
 }

 
#cont {
 width:530px;
 background: #FFFFFF;
 text-align:left;
 padding: 10px;
 padding-right: 25px;
 }

#hist_cont {
 width:530px;
 background:#ffffff;
 text-align:left;
 padding: 10px;
 padding-right: 25px;
 }

#ftr {
 height:25px;
 background:#ffffff;
 color: #333333;
 margin:0;
 font-family: Verdana, sans-serif;
 font-size: x-small;
 }
