body {
	background: url(images/bg.jpg) no-repeat top center #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#container {
	width: 940px;
	height: 800px;
	margin: 0 auto;
}

#footer {
	background: url(images/footer.jpg) no-repeat top center;
	width: 940px;
	height: 50px;
	padding: 10px 0 0 0;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	color: #7b724f;
	
}

a:link, a:visited {
	text-decoration: none;
	color: #ff0000;
	}
	
a:hover {
	text-decoration: underline;
	color: #ff0000;
	}
	
.altfooter {
	color: #554e33;
}

#himgevent {
	background: url(images/event_head.png) no-repeat top center;
	height: 215px;
	width: 920px;
	margin-top: -110px;
}

#himgthanks{
	background: url(images/thankyou_head.png) no-repeat top center;
	height: 215px;
	width: 920px;
	margin-top: -110px;
}

#himgmember {
	background: url(images/membership_bg.png) no-repeat top center;
	height: 215px;
	width: 920px;
	margin-top: -110px;
}

#himgcontact {
	background: url(images/contact_head.png) no-repeat top center;
	height: 215px;
	width: 920px;
	margin-top: -110px;
}

#content {
	font: 14px bold "Georgia", Times New Roman, Times, serif;
	color: #afafaf;
	text-align: center;
}

#nav {
	float: right;
	width: 600px;
	height: 35px;
	text-align: right;
	margin-top: 40px;
	vertical-align:middle;
}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 920px;
	}
	
