body {
	background: #000 url(images/body_bg.gif) 0 0 repeat;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
}

#container {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
}

#header { width: 750px; }

#nav {
	background: #fff url(images/nav_bg.gif) 0 0 repeat-x;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 24px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	border-right: 1px solid #000;
	color: #000;
	float: left;
	font-size: .9em;
	line-height: 24px;
	margin: 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

#nav ul li a:hover {
	/*background: #1a0601 url(images/nav_bg.gif) 0 -24px repeat-x;*/
	background-color: #5d1807;
	color: #fff;
}

#content { padding: 5px; }

.border { border: 1px solid #000; }
.borderTop {
	/*background: #1a0601 url(images/nav_bg.gif) 0 -24px repeat-x;*/
	background-color: #5d1807;
	color: #fff;
	height: 24px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.borderBot { padding: 2px; }

#copyright { 
	color: #fff;
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 750px;
}