div {
	 border: 0px solid Black;
}
body {
	margin: 0 auto;
	width: 775px;
}
h1 {
 	font-family: Book Antiqua;
	font-size: 18px;
	font-style: italic;
	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;
	font-style: bold;
	text-align: center;
}
h4 {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-size: 18px;
	color: #800000;
	text-align: center;
}
h5 {
	font-family: Book Antiqua;
	font-size: 18px;
	color: #800000;
	font-style: bold;
	text-align: center;
}
h6 { 
	font-family: Book Antiqua;
	font-size: 12px;
	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;
	text-size: 17px;
}   
a:visited {
	color: #666666; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {  
 	color: #006600; 
	text-decoration: underline; 
	font-weight: bold;
  }
 #navigation {
	float: left;
	width: 190px;
	text-align: center;
}
#content1 {
	float: left;
	width: 430px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	text-align: center;
}
#content2 {
	float: left;
	width: 146px
}
#footer {
	clear: both;
	text-align: center;
}
#header {
	float: left;
	margin: 0;
	width: 775px;
}