body {
	background: url(img/bg.jpg);
	color: #FFF;
	font-size: 12px;
	font-family: Helvetica, "sans serif";
	margin: 0;
}

a {
	color: #a93193;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

p {
	font-style: italic;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body#auction div#content ul, body#entertainment div#content ul {
	margin: 20px 0 20px 0;
}

body#auction div#content ul li, body#entertainment div#content ul li {
	margin: 0 0 7px 5px;
	font-weight: bold;
}

div#content ul li span {
	font-style: italic;
}

img {
	border: 0;
}

div#container {
	background: url(img/bg-index.jpg) no-repeat;
	padding-left: 306px;
	height: 1105px;
}

body#entertainment div#container {
	background: url(img/bg-entertainment.jpg) no-repeat -2px 2px;
}

body#donate div#container {
	background: url(img/bg-donate.jpg) no-repeat -4px -2px;
}

body#auction div#container {
	background: url(img/bg-auction.jpg) no-repeat -3px -1px;
}

body#tickets div#container {
	background: url(img/bg-tickets.jpg) no-repeat -3px -1px;
}

div#header {
	color: #e9e4ef;
}

div#header ul li {
	float: left;
}

ul#essentials {
	height: 141px;
	font-size: 64px;
}

ul#essentials li {
	margin: 70px 0 0 5px;
}

ul#essentials li span {
	position: absolute;
	top: 130px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 2px;
	text-indent: 3px;
	font-weight: bold;
}

ul#essentials li.spacer {
	border-right: 1px solid #FFF;
	margin: 0 14px 0 18px;
	height: 150px;
}

a#logo {
	width: 175px;
	height: 27px;
	margin: 36px 0 0 10px;
	float: left;
	background: url(img/logo.png) no-repeat;
}

ul#navigation {
	height: 21px;
	margin: 42px 0 0 205px;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
}

ul#navigation li {
	height: 21px;
	padding: 0 15px 0 5px;
}

ul#navigation li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px 4px 4px 4px;
}

ul#navigation li a:hover {
	background: #FFF;
	color: #231f20;
	opacity: 0.5;
}

ul#navigation li.current a {
	background: #FFF;
	color: #231f20;
}

ul#navigation li.current a:hover {
	opacity: 1;
}

div#content {
	width: 400px;
	padding: 78px 0 0 10px;
	clear: both;
	line-height: 16px;
}

div#footer {
	height: 25px;
	padding: 0 0 0 10px;
}

div#wonderlust {
	position: absolute;
	left: 741px;
	top: 289px;
}