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

p, li, h1, h2
{
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	color: #333333;
}

a
{
	color: #2f1700;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

#pageBackground
{
	z-index: -100;
	margin: 48px auto 48px auto;
	padding: 4px 4px 4px 4px; 
	width: 808px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	background-color: #e5c600;
}

#page
{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #ffdc00;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-box-shadow: #000000 0 2px 8px;
	border: 4px solid #ffffff;

}

#header
{
	width: 800px;
	height: 120px;
	background-color: #ffdc00;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#menu
{
	width: 800px;
	height: 51px;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff
}

#menu ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menu ul li
{
	float: left;
	font-size: 12px;
	list-style-type: none;
	padding: 9px 24px 9px 24px;
	margin: 0px 0px 0px 0px;
	line-height: 1.0em;
}

#menu a
{
	color: #ffdc00;
	text-decoration: none;
}

#menu li.menuitem:hover
{
	background-color: #ffffcc;
}

#menu li.menuitem_selected
{
	font-weight:bold;
	background-color: #ffdc00;
	color: #000000;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
#menu li.menuitem_selected a
{
	color: #000000;
}

#content
{
	clear: both;
	width: 800px;
	min-height: 100px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#content h1
{
	color: #4f2700;
	text-transform: lowercase;
	font-size: 18pt;
}

#content h2
{
	color: #4f2700;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 24px;
}

#content p
{
	text-transform: lowercase;
	font-size: 10pt;
	padding-left: 24px;
	margin-bottom: 6pt;
	line-height: 1.5em;
}

#footer
{
 	clear: both;
 	width: 800px;
 	height: 60px;
 	background-color: #ffdc00;
 	border-top: 2px solid #ffffff;
 	text-align:right;
 	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	margin-bottom: 12px;
}

#footer p
{
	color: #ffffff;
}

#footer a
{
	color: #000000;
}

.eventbox
{
	float: left;
	width: 216px;
	height: 240px;
	-moz-border-radius: 8px;
	border: 2px solid #e0e0e0;
}

#upcomingEvents .eventbox h1
{
	margin: 136px 9px 12px 9px;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}

#upcomingEvents .eventbox p
{
	margin: 3px 9px 6px 9px;
	padding: 0;
	font-size: 10pt;
}
