body {
	background-image: url(images/page_bg3.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	vertical-align: top;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #73181b;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #73181b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 800px;
	height: 146px;
}

#nav {
	width: 800px;
	height: 28px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	background-color: #434343;
	font-size: 14px;
	margin-bottom: 25px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
}

#nav ul li.spacer {
	margin: 0px 2px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 5px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: normal;
}

#nav ul li a:hover {
	background-color: #73181b;
}

#banner, #banner_ad {
	width: 764px;
	margin: 0px 18px 30px 18px;
}

#content {
	width: 764px;
	margin-left: 18px;
	color: #434343;
}

#page_title {
	text-transform: uppercase;
}
	

#footer {
	width: 800px;
	text-align: center;
	font-size: .7em;
	color: #434343;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

#footer a {
	color: #434343;
}