body { 
	background-color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	margin: 0px;
	line-height: 1.8em;
}

#allcontent {
	width: 755px;
	height: 480px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
	background-image: url(images/intro_bg.jpg);
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
	
#main {
	font-size: 105%;
	padding: 15px;
	margin: 10px 10px 10px 10px;
}

#sidebar {
	background-color: #ffffff;
	/*border-right: medium solid #ff0000*/
	border: 1px solid #432501;
	padding: 5px 5px 5px 5px;
	margin: 25px 80px 0px 0px;
}


h1 {
	font-size: 150%;
	color: #432501;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 90%;
	color: #432501;
	line-height: normal;
}


a:link {
	color: #999999;
	text-decoration: none;
	border-bottom: none;
	font-style: normal;
	font-weight: normal;
	font-size: None;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sidebar {
	float: right;
	width: 80px;
	
}


#main {
	margin-right: 50px;
	margin-left: 50px;
}

#drinks {
	float: left;
	width: 115px;
}
