
 /* color scheme 19_AnD
color 1: #d3d2b6;  pale green
color 2: #828257;    lt green                                                        
color 3: #545337;    dk green
color 4: #55452c;    brown
color 5: #943c35;     brick
 color 6: #c17e37;    orange
color 7: #536d89;    blue
font color #18181a;     grey black
  */


body {
  font-family: Verdana, Ariel, sans-serif;
	font-size: 8pt;
	color: #55452c;
	line-height: 16pt;
	margin-left: 25pt;
	background-color: #d3d2b6;
}

#wrapper  {  
					width: 760px;
					margin: 0 auto;
					padding: 0 20px;
					border-left: 1px solid #666666;
					border-right: 1px solid #666666;
					background-color: #efefe6;
					
}

img.soap { 
    float:left;
	border: 1px solid #666;
	padding:10px;
 } 


} 

 
#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #294E56;
}

.address  {
			font-family: Verdana, Ariel;
	        font-size: 8pt;
	        color:#55452c;
			  text-align: center;
			  margin: 0 250px;
          padding: 10px;
         border: 1px solid #848566;
         background-color: #d3d2b6;   
}					
					
.credit {
		  font-family: "Comic Sans MS", sans-serif;
	      font-size: 8pt;
	      color: #55452c;
				text-align: center;  
}
				
.url {  
		   text-align: center;
}
 
h1 { 
    font: 24pt Arial, sans-serif;
    color:#545337;
	font-weight: bold;
	line-height: 30pt;
	text-align:center;
}



h2 {   
     font: "Prose Antique", "Lucinda Handwriting";
     color:#545337;
     line-height: 30pt;
	 text-align:center;
} 
	 
h3 {   
     font: "Prose Antique", "Lucinda Handwriting";
     color:#545337;
     line-height: 30pt;
	 text-align:center;
} 

.mainNav a:link { color:#333; }         /* need to wrap the list with a <div> to apply these rules and name the class in the div - class begins with ( . ) */
.mainNav a:visited { color:#666; }   
.mainNav a:hover { 
                  color:#536d89; 
                  background-color:transparent;
		          text-decoration:underline;
}


ul.nav li { display: inline; }
			 
ul.nav  { margin-left: 0;
				list-style: none;
				padding-left: 0;
				padding-top: 6px;
				padding-bottom: 5px;
				text-align: center;
 }				

ul.nav a{
			
			 border-bottom: none;
			 padding: 5px 15px 5px 15px;
			text-decoration: none;
			 color: #333;			 
}				
			  
ul.nav2  { 
        margin-left: 0;
				list-style: none;
				padding-left: 0;
				padding-top: 6px;
				padding-bottom: 5px;
				text-align: center;
}				

ul.nav2 a {
			 display: block;
			 width: 130px;
			 border: 1px dashed #000;
			 border-bottom: none;
			 padding: 5px 15px 5px 15px;
			 margin-right: 5px;
			 background-color: #EAEAEA;
			 text-decoration: none;
			 color: #333;			 
}			
	

.description {
		   font-size: 9pt;
			 font-family: Book Antiqua, Ariel, sans-serif;
			 text-align: left;
			 vertical-align: center;        
			 margin-left:275pt;
			 margin-right:10pt
}		   			 


.links {
			 font-size: 10pt;
			 font-family: Comic Sans MS, san-serif;
			 text-align: center;
}			  

a:link {color:#536d89;}         /* blue */

a:visited { color:#536d89; }     

a:hover {color:#943c35;}     /* brick */




