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;
	text-align: center;
}
h3 {
	font-family: Book Antiqua;
	font-size: 15px;
	color: #800000;
}
h4 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 28px;
	color: #800000;
	text-align: center;
}
h5 {
	font-family: Book Antiqua;
	font-size: 12px;
	color: #800000;
	font-style: italic;
}
h6 { 
	font-family: Book Antiqua;
	font-size: 12px;
	color: #800000;
	text-align: center;
	text-weight: normal;
}	
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: 250px;
	text-align: center;
}
#content1{
	float: right;
	width: 540px;
	padding-left: 8px;
  	padding-right: 5px;
}
#header{
	float: left;
	width: 100%;
	text-align: center;
} 
#footer{
	clear:  both;
	text-align: center;
}