/** Headings **/

h1#beer {
	background-image:url(../../includes/images/beer_header.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 60px;
	margin-left: -15px;
}

/** Beer List **/
div#beer-list {
	margin-top:20px;
}

div#beer-list ul {
	float:left;
	list-style-type:none;
	margin-right:100px;
}

/** Beer image **/
img#beer-image {
	float:right;
	margin-top: -500px;
}

