
/* Layout Stylesheet */ 

body {
 margin:20px;
 background: url('pics/pentback.jpg');
 background-attachment: fixed;
 padding:0;
 }

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

#hdr {
 height:383px;
 background: url('pics/foxmoontop_2.gif');
  }

#bar {
 height:15px;
  }


#bodyblock {
 position:relative;
 width:900px;
 padding:0;
 }

#l-col {
 float:left;
 width:145px;
 }

#centercol {
 width:700px;
 color: 000000;
 background: url('pics/paperback.gif');
 text-align:left;
 }


#ftr {
 height:25px;
 color: ffffff;
 margin:5px;
 }


