body {
	background: black;
	margin: 0px;
	padding: 0px;
	font-family: impact;
}



#page_wrapper {
	margin: auto;
	padding: 0px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: white;
	text-align: center;
}

#content {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 400px;
	padding-top: 10px;
	text-align: left;
	color: black;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#content-alt {
	clear: both;
	text-align: center;
}
#video {
	padding-top: 5px;
}
#nav {
	color: white;
	background: #6e2022;
}


a {
	color: #6e2022;
}


#nav-menu {
}

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

#nav-menu li {
	float: left;
	margin: 0em;
}

#nav-menu li a {
	font-size: large;
	height: 2.5em;
	width: 145px;
	float: left;
	display: block;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #2e2e2e;
	background: #2e2e2e;
	color: white;
}
#nav-menu li a:hover {
	background: #6e2022;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}

.message-title {
	color: #6e2022;
}
