body { 
    text-align: center; 
    margin-top: 0px; 
    padding: 0px; 
	 color: #000000;
	 font-family: verdana;
	 font-size: 11px;
    background-color: #000000; 
	 scrollbar-3dlight-color: #000000;  
    scrollbar-arrow-color: #A2A177; 
    scrollbar-darkshadow-color: #000000; 
    scrollbar-face-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-shadow-color: #000000;  
    scrollbar-track-color: #000000; 
} 


A{text-decoration: none; 
cursor:default; 
font-weight: normal;
font-family: georgia;}

A:LINK, A:VISITED
{ color: #7F3E12;
border-bottom: 1px dotted #7B661F;}

A:ACTIVE, A:HOVER
{ color:#000000;
border-bottom: 1px dotted #7F3E12;}

input, textarea, option, select { 
       color: #000000;
       background: #A2A177;
       border: 1px solid #7B661F;
		 font-family: verdana;
	    font-size: 11px;
		 scrollbar-3dlight-color: #A2A177;  
       scrollbar-arrow-color: #000000; 
       scrollbar-darkshadow-color: #A2A177; 
       scrollbar-face-color: #A2A177; 
       scrollbar-highlight-color: #A2A177; 
       scrollbar-shadow-color: #A2A177;  
       scrollbar-track-color: #A2A177; 
      }

.title {
font-size: 13px;
color: #7F3E12; 
font-style: italic;
font-weight: bold;
font-family: georgia;
font-weight: bold;
background: url(title.gif) no-repeat;
padding: 3px;
padding-left: 40px;
}

.quote {
   background-image: url(quote.jpg);
	color: #A2A177;
	margin: 15px 80px 15px 80px;
	padding: 15px;
	padding-right: 80px;
}

font.color {
	color: #7B661F;
	font-style: italic;
}

ul{
	line-height: 17px;
}



#container { 
/* re-aligning the text correctly to the left */     text-align: justify;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px auto;
    padding: 0px;
/* sets the layout width */
    width: 493px;
	 background: #A2A177;
	
} 
#header { 
    width: 493px;
} 


#text { 
    width: 473px;
    background: #A2A177;
/* float it to the left of the right sidebar */
    float: none;
	 padding: 10px;
} 

#footer {
	background: #A2A177;
	height: 8px;
}
