/* ----- Elements ----- */

body {
	margin: 0px;
	padding: 0px;
	background: #712002;
	text-align: center;
	color: #fff;
}

img {
	border-width: 0px;
	vertical-align: bottom;
}

a {
	color: #6c2305;
	text-decoration: none;
}

a:hover,
a:active {
	color: #033163;
	text-decoration: underline;
}

/* ----- Structure ----- */

#main {
	width: 804px;
	height: 1000px;
	margin: 0px auto;
	text-align: left;
}

.home {
	background: url(../images/beerfest/bg-beerfest-home.jpg) center top no-repeat;
}

.inner {
	background: url(../images/beerfest/bg-beerfest-inner.jpg) center top no-repeat;
}

#titlebar {
	margin: 0px;
	background: url(../images/beerfest/bg-header.jpg) center top no-repeat;
}

#titlebar a {
	display: block;
	height: 150px;
	text-indent: -999em;
}

#left {
	float: left;
	width: 156px;
	padding-left: 48px;
	text-align: center;
}

#page {
	width: 572px;
	margin-left: 204px;
	padding: 14px;
}

/* ----- Home ----- */

.home #welcome {
	padding: 30px 50px;
	background: url(../images/beerfest/bg-welcome.png) center top no-repeat;
	color: #000;
}

.home #welcome .plugin {
	height: 320px;
	overflow: auto;
}

.home #sponsor {
	position: relative;
	height: 426px;
}

.home #sponsor a {
	position: absolute;
	right: 16px;
	bottom: 90px;
	display: block;
	width: 210px;
	height: 154px;
	text-indent: -9999em;
}

/* ----- Inner ----- */

.inner #page {
	margin: 30px auto;
	width: 474px;
	height: 732px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #000;
}