div {
	 border: 0px;
}
body {
	background-color: #000000;
	margin: 0 auto;
	width: 760px;
	text-align: center;
}
h1 {
 	font-family: Copperplate Gothic Bold;
 	font-size: 22px;
	color: #FFFFFF;
	align: center;
}
h2 {
	 font-family: Copperplate Gothic Bold;
 	font-size: 18px;
	color: #FFFFFF;
	align: center;
}
p {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 16px;
}
a:link {
  color: #FF5050; 
  text-decoration: none; 
}   
a:visited {
  color: #FF5050; 
  text-decoration: none; 
}
a:hover { 
  color: #FF5050; 
  text-decoration: underline; 
  font-weight: bold;
 }
 #header {
 	width: 760px;
 }
#navigation {
	float: left;
	width: 140px;
	text-align: center;
}
#content1 {
	float: left;
	width: 606px;
}
#footer {
	clear: both;
	width: 760 px;
}
img.floatleft {
	 float: left; 
	margin: 0 10px 10px  0;
}
img.floatright {
	float: right;
	margin: 0 0 10px 15px;
}
