
/* Layout Stylesheet */ 

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

#outer {
 text-align:left;
/* border:1px solid #000000; */
 width:780px;
 margin:auto;
 }

#hdr {
 height:60px;
 background-image: url('images/header.gif');
 color: #333333;
 }

#bar {
 height:18px;
 background-image: url('images/barrepeater.gif');
 color: #333333;
 /* border:solid #000000;	
 border-width:1px 0 1px 0; */
 padding-top: 0px;
 /* padding-left: 10px;
 padding-right: 20px; */
 }

#content {
 background-image: url('images/barrepeater.gif');
 height: 605px;
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 0px;
 padding-bottom: 40px;
}

#abodyblock {
 position:relative;
 background: #660000;
 background-image: url('images/leftedge.gif');
 background-repeat: repeat-y;
 color: #333333;
 width:800px;
 padding:0;
 }

#al-col {
 float:left;
 background:#000000;
 background-image: url('images/leftedge.gif');
 background-repeat: repeat-y;
 color: #333333;
 width: 185px;
padding-left: 10px;
 }

#acont {
 width:800px;
 background-image: url('images/rightedge.gif');
 background-repeat: repeat-y;
 background-position: top right;
 color: #333333;
 text-align: left;
 }

#ftr {
 height:32px;
 background-image:url('images/footer.gif');
 color:#cccccc;
 margin:0;
 }
