﻿body 
{
	background-color:#000000;
	color:#ffffff;
	font-family: 'Puritan', serif;
}

.outline 
{
	border-style:solid;
	border-width:1px;
	border-color:#504532;
	margin:5px;
	
}

.content 
{
	background-color:#ffffff;
}

h2 
{
	color:#b21f22;
}

#beer-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
#beer-menu a
{
	color:#b21f22;
}

#menubar ul
{
	font-family: 'Arimo', serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

#ribbon {
	position: absolute;
	right:360px;
	top: 0;
	display: block;
	height: 200px;
	width: 200px;
	background: url(images/ribbon.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
