
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#aabbab;
 color: #333333;
 text-align:center;
 padding:0;
 }

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

#hdr {
 height:80px;
 background:#aabbab;
 color: #EDF8DB;
 }

#bar {
 height:10px;
 background:#aabbab;
 color: #333333;
 

 }

#bodyblock {
 position:relative;
 background: #aabbab;
 background-image: url(gif/tapestry.gif);
 background-repeat: repeat-y;
 color: #333333;
 width:740px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ccddcd;

 color: #333333;
 width:135px;
 padding-top:10px;
 }

#cont {
 width:595px;
 background:#ffffff;
 color: #333333;
 
 text-align:left;
 }

#ftr {
 height:25px;
 background:#445567;
 color: #333333;
 }