
/* Layout Stylesheet */ 

body {
 color: #ffffff;
 background: #000000 url(../images/fallleaves2.jpg) repeat fixed;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 background: #567234;
 border:5px outset #cc9933; 
 width:740px;
 margin-left: auto;
 margin-right: auto;
 }

#hdr {
 height:175px;
 background:#567234;
 color: #230fa8;
 }

#bodyblock {
 position:relative;
 background: #567234;
 color: #ffffff;
 padding:0;
 }

#l-col {
 float:left;
 background:#567234;
 color: #ffcc00;
 width:132px;
 text-align: right;
 }

#cont {
 float:left;
 text-align:left;
 width:548px;
 background: #f7e98f;
 color: #663300;
 }

#ftr {
 height:25px;
 width:740px;
 text-align:center;
 margin-left: auto;
 margin-right: auto;
 }