body   { 
	background: black url(images/bg_gradient.jpg) repeat-x left top; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	}
#contentwrapper {
	width: 800px;
	padding: 0;
	margin: 0 auto 12px auto;	
	background: #431309;
	border: 1px solid #333;
	}
#content {
	padding: 12px 24px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: brown;
	background: white;
	}
#content p, ul, ol, li {
	margin: 1em 24px;
	}
.imageright {
	float: right;
	margin: 0 24px 1em 2em;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, bookman, goudy, "times new roman", serif;
	color: #431309;
	}
h2 {
	border-bottom: 1px solid #431309;
	margin-right: 24px;
	clear: both;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
		}
#footer {
	font-size: 90%;
	text-align: center;
	margin: 2em 1em;
	}
a:link {
	color: #306;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #306;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #030;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #306;
	font-weight: bold;
	text-decoration: none;
	}
#nav ul {
	font-weight: normal; 
	font-size: 11px; 
	color: white;
	font-family: arial, verdana, sans-serif;
	margin: 12px 0;
	padding: 0px;
	}	
#nav ul li  { 
	list-style-type: none; 	 
	display: inline; 
	}
#nav ul li a {
	padding: 4px 4px;
	margin-right: 0px;
	color: white;
	background: #431309;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: white; 
	font-weight: normal; 
	background-color: #431309;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: white; 
	font-weight: normal; 
	background-color: #431309;
	text-decoration: none; 
	}	
#nav ul li a:hover  { 
	color: yellow; 
	font-weight: normal;
	background-color: #431309; 
	text-decoration: none; 

	}	
#nav ul li a:active {
	color: white; 
	font-weight: normal; 
	background-color: #431309;
	text-decoration: none; 
	}