div {
	 border: 0px;
}
body {
	background-color: #000000;
	margin: 0 auto;
	width: 790px;
	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: 14px;
}
.title {
	font-family: Georgia;
	font-style: small caps;
	font-size: 16px;
	color: #CC0000; 
}
.logo {
	 font-family: Copperplate Gothic Light;
	font-size: 16px;
	color: #FFFFFF; 
}
a:link {
  	color: #FF5050; 
  	text-decoration: none; 
}   
a:visited {
  	color: #FF5050; 
 	 text-decoration: none; 
}
a:hover { 
 	 color: #FF5050; 
  	text-decoration: underline; 
 	 font-weight: bold;
 }
#navigation {
	float: left;
	width: 185px
}
#content {
	float: left;
	width: 299px;
}
#content1 {
	float: left;
	width: 299px
}
#footer {
	clear: both;
}
