
/* Layout Stylesheet */ 

html { font: 11px verdana, tahoma, arial black;  scrollbar-face-color: #CC9966;       					scrollbar-highlight-color: #cccccc;  scrollbar-shadow-color: #cccccc; scrollbar-3Dlight-color: gray;
       scrollbar-arrow-color:black; scrollbar-track-color: #cccccc;  scrollbar-darkshadow-color: black;
       scrollbar-base-color: black;
 }

body {
 margin:20px;
 margin:-1px;
 background:#fff;
 background:#FFCC99; 
 background:#996633; 
 background:#fff; 
 background:#000; 
 color: #333333;
 text-align:center;
 padding:0;
 font: 11px verdana;
 color:black;

 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 background:#CC9966;
 }

/** Removed bg fff 996633  or cc9933**/
#hdr {

height:150px;
background:#fff;
color: #333333;

 }
#barTop {
 height:30px;
 background:#CC9966;
 color: #333333;
 border:0px solid #000;	
 border-width:0px 0 1px 0;
 padding: 0px 10px 10px 10px;
 vertical-align: center;
 font: 12px verdana;
 color:black;
 color:#fff;

 }


#bar {
 height:25px;
 background:#CC9966;
color: #333333;
 border:solid #000;	
 border-width:1px 0 1px 0;
 padding: 0px 10px 10px 10px;
 vertical-align: center;
 font: 11px verdana;
 color:black;
 color:#fff;

 }

#bodyblock {
 position:relative;
 background: #CC9966;
 background: #fff;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#CC9966;
 background:#fff;
 color: #333333;
 width:145px;
 padding: 2px 2px 2px 2px;
 padding-top: 10px;
	
 }

/* If we dont want in just delete the r-col and set the 
width of the cont back to 645 plus delete from index_bottom.php */
#r-col {
	 
	 float:left;
	 background:#CC9966;
	 background:#fff;
	 color: #333333;
	 width:120px;
	 width:140px;
	 padding: 2px 2px 2px 2px;
	 text-align:center;
 }


#cont {
 
 float:left;
 width:645px;
 width:520px;
 width:500px;
 width:475px;
 background:#fff;
 color: #333333;
 border: solid #000000;	
 border-width:0 1px 0 1px; /* has the border on the both */
 border-width:0 0px 0 1px; /* has the border on the left */
 border-width:0 1px 0 0px; /* has the border on the right*/
 border-width:0 0px 0 0px;
 text-align:left;
padding-bottom:15px;
 }


#ftr {
 height:20px;
 background:#990000;
 background: #CC9966;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding:5px 0px 2px 0px;
 font: 11px verdana;
 color:white;
 }

 