#background
{
	position: fixed;
	width: 100%;
	height: 100%;
	
	left: 0; top: 0;
	background: url(graphics/backgroundbar.png) repeat-x 0 50%;
}

a:link, a:visited { text-decoration: none; color: #b40b0b; }
a:hover { text-decoration: underline; color: #ff0404; }

#page
{
	position: absolute;
	
	width: 1000px;
	height: 620px;
	
	left: 50%;
	top: 50%;
	
	margin-left: -500px;
	margin-top: -310px;
	
	overflow: hidden;
}

#content
{
	padding: 35px 20px 20px 20px;
	font-family: Trebuchet MS, Sans-Serif;
}

#title
{
	position: absolute;
	
	left: 20px;
	top: 150px;
}

#header
{
	top: 0;
	left: 0;
	width: 100%;
	height: 168px;
	
	background: black;
}

#header #logo
{
	position: absolute;
	background: url(graphics/brewhousetitle.png);
	width: 699px;
	height: 53px;
	
	top: 60px;
	left: 0;
}

#header #pic
{
	position: absolute;
	top: 0; right: 0;
	height: 168px;
	width: 790px;
}

#navigation
{
	
}

#navigation ul
{
	position: absolute;
	
	right: 0;
	top: 171px;
	
    margin:	0;
    padding: 0;
    list-style: none;
}

#navigation li
{
    display: inline;
    margin:	0px;
    padding: 8px 5px 8px 6px;
}

#navigation a:link, #navigation a:visited
{ 
	font-family: Trebuchet MS;
	text-transform: uppercase;
	font-size: 16px;
	color: white; 
	text-decoration: none; 
}

#navigation a:hover { color: red; }

#brewhouse
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	
	width: 238px;
	height: 101px;
	
	background: url(graphics/garthelalogo.png);
}

.beer
{
	position: relative;
	margin: 10px 7px 10px 7px;
	width: 150px;
	height: 160px;
	
	float: left;
	
	font-size: 13px;
	text-align: center;
	
	border: 1px solid white;
	
	padding: 2px;
}

.beer:hover { border: 1px solid #b2b2b2; cursor: pointer; }

.beer h3
{
	margin: 0; padding: 0;
	font-weight: bold;
	font-size: 16px;
	
	letter-spacing: -1px;
	color: #c80000;
}

.beer p { font-family: Georgia, Serif; }

.beer .vol { color: red; font-weight: bold; position: absolute; bottom: 0; width: 100%; }