div {
	 border:  0px solid Black;
}
body {
	margin: 0 auto;
	width: 770px;
}
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: 17px;
	color: #800000;
	text-align: center;
}
h4 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 19px;
	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: 13px;
	color: #800000;
	text-align: center;
	font-weight: normal;
}	
p {
	font-family: Book Antiqua;
	color: #800000;
	font-size: 16px;
}
a:link {
	color: #663399; 
	text-decoration: none; 
	font-weight: bold;
}   
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: 576px;
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
}
#header {
	float: left;
	width: 770px;
}