div {
	 border: 1px solid Black;
}
body {
	background-color: #000000;
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
h1 {
 	font-family: Copperplate Gothic Bold;
 	font-size: 22px;
	color: #FFFFFF;
	align: center;
}
h2 {
	 font-family: Georgia;
	 font-size: 18px;
	color: #FFFFFF;
	align: center;
}
p {	
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 14px;
}
.title {
	font-family: Georgia;
	color: #ff5050;
	font-weight: bold;
}
.drink {
	font-family: Georgia;
	font-size: 17px;
	color: #FFFFFF;
}
a:link {
	color: #FF5050; 
  	text-decoration: none; 
  	font-weight: normal;
}   
a:visited {
  color: #FF5050; 
  text-decoration: none; 
}
a:hover { 
  color: #FF5050; 
  text-decoration: underline; 
  font-weight: bold;
 }
#navigation {
	float: left;
	width: 190px
}
#content1 {
	float: left;
	width: 410px;
}
#content2 {
	float: left;
	width: 194px
}
#footer {
	clear: both;
}
