#wrapper {
 width: 800px; /*increased from 760px to accommodate header image*/
 border: 6px solid #64645A;
 margin: 15px auto;
 color: #000; background:  #E6E6FA;
}

/*background colors E6E6FA are lavender*/
body { 
	color: #64645A; 
	background: #A09B7D; 
	font: normal 70% "Arial", Helvetica, sans-serif;
		}


/*background: lavender*/
#header {
  color: #0000FF; background: #E6E6FA;
 
}

#header h1 {
 font-size: 160%;
 text-align: center;
}

/*text: blue background: lavender*/
#navcontainer ul {
 margin: 2px;
 padding:10px;
 list-style-type: none;
 text-align: center;
 color: #8A2BE2; background: #E6E6FA;
}

#navcontainer ul li {
 margin: 2px;
 padding:10px;
 text-align: center;
 display: inline;
}

#navcontainer ul li a {
 margin: 2px;
 padding: 10px;
 text-align: center;
 text-decoration: none;
 color: #0000FF; background: #E6E6FA;
}

/*text: darkgreen background: lavender*/
#navcontainer a:hover {
 margin: 4px;
 padding:10px;
 text-decoration: none;
 color: #800080; background:#E6E6FA;
}
/*current color: gold background: lavender*/
#navcontainer li a#current {
 margin: 2px;
 padding:10px;
 text-decoration: none;
 color: #FFD700; background: #E6E6FA;
}

#content {
 width: 700px;
 text-align: Center;
 font: 125% "Arial", Helvetica, sans-serif;
 margin: 20px;
 padding: 20px;
 color: #64645A; background: #E6E6FA;
 
}

#content h2 {
  font-size: 150%;
  text-align: center;
  padding: 2px 0 2px 0;
  font-family: "Pristina",arial, helvetica, sans-serif;
  color: #64645A; background: #E6E6FA;
}
 
.content p {
	font: 195% Georgia, "Palatino", Times, "Times New Roman", serif; 
	line-height: 17px;
	margin-top: 0px; 
	text-align: justify;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-right: 100px;
	 color: #64645A;  
	}

/*text color is purple*/	
.link {
	color: #421C52;
	background: #E6E6FA;
	text-decoration: none;
}

a.blue:link {
color: #421C52; 
background: #E6E6FA;
font-style: italic; 
font-weight: bolder;
text-decoration: none;
}

a.blue:active {
color: #421C52; 
background: #E6E6FA; 
font-weight: bolder; 
font-style: italic; 
text-decoration: none;
}

a.blue:visited {
color: #421C52; 
background: #E6E6FA; 
font-weight: bolder; 
font-style: italic; 
text-decoration: none;
}
/* text: light mauve*/
a.blue:hover {
color: #9C8AA5; 
background: #E6E6FA; 
font-style: normal; 
text-decoration: underline;
}
/*background: lavender*/
#footer {
  	clear: both;
  	float: none;
  	text-decoration: none;
  	background: #A09B7D;
}
	
#footer p {
  margin: 3px;
  padding: 2px;
  text-align: Center;
  font: 100% "Arial", Helvetica, sans-serif;
  color: #666633;
  background: #A09B7D;
  text-decoration: none;
}
/* floating an image within a paragraph */
img.float {
  float: inherit;
  margin: 5px;
  padding: 5px;
  vertical-align: top; 
}



  
  
  
	
