* {margin: 0; padding: 0;}

body {
	background:#000;
	font-family:Helvetica, Arial, sans-serif;
}

/***** PAGE ELEMENTS *****/
div#page_wrap {
	width: 100%;
	background:url(../images/bg.jpg) repeat top;
	margin: -5px auto -12px auto;
	}
div#container {
	width:966px;
	background:url(../images/container_bg.jpg) repeat-y top;
	margin: -5px auto -12px auto;
	border: 1px solid #000;
	position:relative;
	z-index: 1;
}

div#header {
	position:relative;
	top: 0;
	left: 0;
	z-index: 2;
	width:100%;
	height:140px;
	background: url(../images/header_bg.jpg) repeat-x top;
	}
	div#header #logo {
		width: 100%;
		height: 143px;
		float:left;
		margin: 0 auto;
		background: url(../images/logo_bg.jpg) no-repeat top left;
		}

div#main-content {
	width:966px;
	margin: 0 20px;
	z-index: 1;
	padding: 10px 0;
	}
	div#main-content #main_section .title {
		font-size: 1.2em;
		margin: 0 0 0 -5px;
		color: #660066;
		font-weight: bold;
		}
div#upcomingEvents a {
	color: #000;
	text-decoration:none;
}
div#upcomingEvents a:hover {
	text-decoration:underline;
}

div#footer {
	position:relative;
	left: 0;
	z-index: 5;
	width:100%;
	height: 50px;
	background:url(../images/footer_bg.jpg) repeat-x top;
	margin: 10px 0 0 0;
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align:center;
	color:#CCC;
	font-size:.7em;
	}
	div#footer a {
		color: #CCC;
		text-decoration:none;
	}
	div#footer a:hover, div#footer a:active {
		color: #FFF;
	}
	
.btn {
	width:8em;
	height:20px;
	background-image:url(../images/button_bg.png);
	background-repeat:repeat-x;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	color:#ede7db;
	margin-top:4px;
	cursor:pointer;
}	