
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#333333;
 color: #333333;
 text-align:center;
 padding:0
 }

#outer {
 text-align:left;
 border:1px #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 border-bottom:0 solid #FFFFFF; height:25px;
 background:#971F2E;
 color: #333333;
 border-left-style:dashed; border-left-width:0; border-right-style:dashed; border-right-width:0; border-top-style:dashed; border-top-width:0
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#eeeeee;
 color: #333333;
 width:145px;
 }

#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#971F2E;
 color: #333333;
 border:solid white;
 border-width:1px 0 0 0;
 margin:0;
 }