body  { 
	background: black url(images/bg.jpg) no-repeat center bottom; 
	text-align: center; 
	margin: 0 auto; 
	padding: 0 0 125px 0;
	}
#contentwrapper {
	width: 800px;
	height: 100%;
	text-align: center;
	background-color: black;
	margin: 0 auto;
	padding: 0;
	color: #e8e8e8;
	font-family: verdana, arial, helvetica, sans-serif;	
	font-weight: normal;
	}
#content {
	background-color: black;
	margin: 10px 0 0 200px;
	padding: 0 0px 20px 20px;
	text-align: left;
	font-weight: normal;
	}
#content p, table {
	margin-left: 48px;
	line-height: 150%;
	}
#content ul li {
	margin-left: 42px;
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
	}
#content ol li {
	margin-left: 42px;
	list-style-type: default;
	}
h1, h2, h3, h4, h5, h6 {
	color: #f67b1c;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}

a:link {
	color: #f67b1c;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color: #f67b1c;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: gold;
	text-decoration: none;
	font-weight: normal;
	}
a:active {
	color: #f67b1c;
	text-decoration: underline;
	font-weight: normal;
	}
#nav {
	width: 175px;
	float: left;
	margin: 60px 0 0 0;
	padding: 0px 4px 4px 0;
	background: black;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	border-bottom: 1px #f67b1c solid;
	padding: 0px;
	margin: 2px 0;
	}

#nav li a {
	color: #e8e8e8;
	background: black;
	display: block;
	text-decoration: none;
	padding: 3px 12px 3px 2px;
	}
#nav li a:hover	{
	color: brown;
	border: #efa71c;
	background: #f67b1c url(images/bg_nav.jpg) repeat-y left top;
	}
#footer {
	width: 760px;
	text-align: center;
	margin: 2em 0 0 0;
	padding: 1em 0 2em 0;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	background: black;
	}