/* CSS Document */

/* Normalize margin and padding */
body, ul, li, h1, h2 {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2	{
	font-size: 100%;
	}

/* Remove list-style from lists */
ul	{
	list-style: none;
	}

/* Remove border from img */
img, a img	{
	border: none;
	}
	
body {
	background: #fff;
	text-align: center;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	color: #FF9900;
	}
	
a:hover {
	color:#FF3300;
	}
	
h2 {
	margin: 5px;
	padding: 5px 5px 2px 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #527947;
	}
	
p {
	margin: 5px;
	padding: 5px;
	font-size: 1.1em;
	}
	
	
/* Header Formatting 
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	min-width: 800px;
	height: 310px;
	background: url(images/header-bottom.png) repeat-x center bottom;
	margin: 0;
	padding: 0;
	}
	
#header-wrapper {
	background: url(images/header-top.png) repeat-x top left;
	}
	
#header h1 {
	width: 800px;
	height: 225px;
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 150px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#header h1 span {
	background: url(images/header.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
/* Content Formatting
------------------------------------------------------------------------*/
#content {
	background: url(images/content-bg.jpg) repeat-x center top;
	min-height: 382px;
	}
	
#content-wrapper {
	margin: 0 auto;
	width: 800px;
	}
	
#eventplace {
	position: relative;
	float: left;
	width: 265px;
	height: 273px;
	margin: -38px 0 0 31px;
	padding: 0;
	background: url(images/left-bg.jpg) no-repeat left top;
	padding: 0;
	z-index: 10;
	}
	
* html #eventplace { /* IE6 and previous fix :( */
	margin: -38px 0 0 15px;
	}
	
#eventplace .content {
	padding: 15px 0 0 0;
	}
	
#information {
	background: url(images/right-bg-middle.jpg) repeat-y left top;
	position: relative;
	float: left;
	width: 454px;
	margin-top: -36px;
	margin-left: 15px;
	}
	
#information-top {
	background: url(images/right-bg-top.jpg) no-repeat left top;
	position: absolute;
	width: 454px;
	height: 283px;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
#information-bottom {
	background: url(images/right-bg-bottom.jpg) no-repeat left bottom;
	width: 454px;
	margin: 0 0 -5px 0;
	}
	
#main {
	position: relative;
	z-index: 1000;
	text-align: left;
	margin: 0;
	padding: 0 30px 40px 30px;
	}
	
/* Navigation Styles
----------------------------------------------------------------------------*/	
div#nav {
	height: 60px;
	margin: 15px 0 20px -8px;
	padding: 0;
	background: url(images/tire-track.jpg) no-repeat center bottom;
	}
	
div#nav ul {
	margin: 0;
	padding: 0 0 0 26px;
	z-index: 100;
	}
	
div#nav li {
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
	}
	
div#nav li a {
	text-decoration: none;
	color: #527947;
	}
	
div#nav li a:hover {
	text-decoration: none;
	color: #f1b11a;
	}
	
/* Footer Formatting
---------------------------------------------------------------------------*/
#footer {
	margin: 0;
	padding: 20px 0 30px 0;
	}
	
#footer-wrapper {
	margin: 0 auto;
	width: 800px;
	}
	
#footer .content {
	background: url(images/tire-track.jpg) no-repeat center top;
	width: 454px;
	float: right;
	margin: 0 40px 0 0;
	padding: 30px 0 40px 0;
	text-align: center;
	}
	
* html #footer .content {
	margin: 0 20px 0 0;
	}
	


/* Miscellaneous Classes
---------------------------------------------------------------------------*/	
.center {
	text-align: center;
	}	

.clear {
	clear: both;
	}
	
.registration {
	list-style: disc;
	margin: 5px 0 5px 20px;
	padding: 0;
	}
	
.registration li {
	margin: 5px;
	padding: 5px;
	font-size: 1.1em;
	}
	
.welcome {
	color: #79A7C6;
	}