body {
	font-family: Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	text-align: center;
	line-height: 1.5em;
}

#page {
	margin: 0 auto;
	width: 759px;
	text-align: left;
	position: relative;
}

#header {
	background-image: url(../images/header.png);
	height: 220px;
	position: relative;
}

h1 a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 60px;
	right: 50px;
	width: 540px;
	height: 50px;
}

#header h3 {
	position: relative;
	left: 183px;
	top: 120px;
	width: 520px;
	height: auto;
	font-size: 200%;
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}

#create_your_own {
	background-image: url(../images/small.png);
	height: 23px;
	width: 280px;
	padding: 32px;
	text-align: center;
	font-size: 2.2em;
	position: absolute;
	top: 212px;
	left: 0;
}

#create_your_own a {
	color: #b80000;
}

h2 {
	font-weight: normal;
	letter-spacing: 0.2em;
}

.upcoming {
	position: absolute;
	right: 0;
	background-image: url(../images/large_beer.png);
	width: 312px;
	margin: 0;
}

h2.upcoming {
	top: 234px;
	height: 28px;
	padding: 32px 0 0 32px;
	font-size: 2.1em;
}

ul.upcoming {
	list-style-type: none;
	top: 294px;
	background-position: 0 -60px;
	padding: 0 0 0 32px;
	height: 334px;
	font-size: 1.3em
}

.upcoming li {
	padding: 7px 0;
}

.menu {
	position: absolute;
	left: 0;
	background-image: url(../images/medium.png);
	width: 312px;
	margin: 0;
}

h2.menu {
	top: 334px;
	height: 28px;
	padding: 32px 0 0 32px;
	font-size: 2.1em;
}

ul.menu {
	list-style-type: none;
	top: 394px;
	background-position: 0 -60px;
	padding: 0 0 0 32px;
	height: 234px;
	font-size: 1.3em;
}

.menu li {
	padding: 7px 0;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

ol li {
  padding: 3px;
  background-color: #FFB43F;
  margin: 3px;
}

h2#notice {
	padding: 10px;
	border: 1px dashed green;
	color: green;
}