
/* Layout Stylesheet */ 

body {
 margin:0px;
background: #3C3560 url('bkg.jpg') no-repeat fixed center;
position:relative;
  color: #000000;
 text-align:center;
 font-family:Arial;
 padding:0;
 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:202px;
 background:none;
 color: #3C3560;
 }

#bodyblock {
 background: none;
 color: #3C3560;
 width:715px;
 padding:0;
 }

#l-col {
 float:left;
 background: none;
 color: #3C3560;
 width:165px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:2;
 margin:auto;
 }

#cont {
 width:540px;
 background:none;
 color: #3C3560;
 border:none #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
 }

#table.sale {
width:600px;
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

#r-col {
 float:right;
 background:none;
 color: #3C3560;
 width:50px;
 }
#ftr {
  height:234px;
 background:none;
 color: #3C3560;
 border:none;
 border-width:1px 0 0 0;
 margin:0;
 }