div {
	 border: 0px solid Black;
}
body {
	margin: 0 auto;
	width: 790px;
}
h1 {
 	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 23px;
	color: #800000;
	text-align: center;
}
h2 {
	font-family: Book Antiqua;
	font-size: 18px;
	color: #800000;
	font-weight: 400;
}
h3 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 18px;
	color: #800000;
	text-align: center;
}
h4 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 18px;
	color: #800000;
}
h5 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 16px;
	color: #800000;
	text-align: center;
}
h6 { 
	font-family: Book Antiqua;
	font-size: 16px;
	color: #800000;
	text-align: center;
	font-weight: 400;
}	
p {
	font-family: Book Antiqua;
	color: #800000;
	font-size: 16px;
}
a:link {
	color: #663399; 
	text-decoration: none; 
}  
a:visited {
	color: #663399; 
	text-decoration: none; 
}
a:hover {  
 	color: #006600; 
	text-decoration: underline; 
  }
#navigation {
	float: left;
	width: 190px;
	text-align: center;
}
#content1 {
	float: left;
	width: 596px;
}
#footer {
	clear: both;
	width: 790px;
}
#header {
	float: left;
	width: 790px;
	text-align: center;
}
img.floatleft {
	 float: left; 
	margin: 0 10px 10px  0;
}
img.floatright {
	float: right;
	margin: 0 0 10px 10px;
}