
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#F0F0F0;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #8A0045;
 width:650px;
 margin:auto;
 }

#hdr {
 height: 85px;
 background:#eeeeee;
 color: #333333;
 padding-top: 2px;
 padding-left: 2px;
 padding-bottom: 2px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 background-position: left;
}

#bar {
 height:25px;
 background:#8A0045;
 color: #FFFFE0;
 border:solid #8A0045;	
 border-width:1px 0 1px 0;
 text-align: center;
 }

#bodyblock {
 position:relative;
 /* background:Red; */
 color: #333333;
 width:650px;
 padding:0;
 background-image: url(images/greyweave.jpg);
 }

#l-col {
 float:left;
 background:#F0F0F0;
 color: #333333;
 width:145px;
 text-align:left;
 font-weight: bold;
 padding: 10px 2px;
 background-image: url(images/greyweave.jpg);
 line-height: 150%;
 }

#cont {
 height: 500px;
 position: right;
 /* width:495px; */
 background:Yellow;
 color: #333333;
 border:solid #8A0045;	
 border-width:0 0 0 1px;
 text-align:left;
 overflow: auto;
 background-image: url(images/greyweave.jpg);
 background: fixed;
 }

#ftr {
 height:25px;
 font-size: 60%;
 background:#8A0045;
 color: #FFFFE0;
 border:solid #8A0045;
 border-width:1px 0 1px 0;
 margin:0;
 padding-top: 10px;
 }
 
