html, body, ul, li, h1, h2, h3, h4 {
	margin: 0 auto;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}

body {
	background: #580000;
	font: 11px arial
}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	top: 66px;
	left: 270px;
	width: 780px;
	text-align: center;
	z-index: 15;
    margin: 0 auto;
}
#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 10px;
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 10px 0 10px 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-weight: normal;
}

#container {
	width: 780px;
	text-align: left;
    margin: 0 auto;
}