body
{
	margin: 12px auto 24px auto;
	padding: 0;
	background-color: #222;
}
#wrapper {
	width: 960px;
	padding: 0;
	margin: 0;
	background: white;
	text-align: center;
	}
#header {
	width: 960px;
	height: 158px;
	margin: 0;
	padding: 0 0 12px 0;
	background: #000 url(images/bg_header.jpg) no-repeat center bottom;	
}
	
#content {
	padding: 20px 36px;	
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 150%;
	}
#content p, ul, table, td {
	margin: 1em 36px;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
li {
	list-style-image: url(images/bullet_others.gif); 
	}
h1 {
	font-size: 18px;
	}
#footer {
	clear: both;
	font-size: 12px;
	color: gray;
	text-align: center;
	margin-top: 2em;
	line-height: 100%;
	}

	
	
a:link {
	color: #39f;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #39f;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #39f;
	text-decoration: none;
	font-weight: bold;
	}
#nav ul {
	float: right;
	font-weight: normal; 
	font-size: 13px; 
	color: white;
	background: #000;
	font-family: arial, verdana, sans-serif;
	margin: 6px 0 0 0;
	padding: 2px 0 11px;	
	}	
#nav ul li  { 
	list-style-type: none; 	 
	display: inline; 
	}
#nav ul li a {
	padding: 2px 8px 12px 8px;
	margin-right: 25px;
	color: #edc13c;
	background: #000;
	text-decoration: none;
	}	
#nav ul li a:link {
	color: #edc13c; 
	font-weight: bold; 
	background-color: #000;
	text-decoration: none; 
	}
#nav ul li a:visited {
	color: #edc13c; 
	font-weight: bold; 
	background-color: #000;
	text-decoration: none; 
	}	
#nav ul li a:hover, #nav ul li a:focus  {
	color: #fff;
	font-weight: bold;
	background: #000 url(images/bg_nav_home.gif) no-repeat center bottom;
	text-decoration: none;
	/*border-top: 3px solid #fff;*/
	}	
#nav ul li a:active {
	color: #edc13c; 
	font-weight: bold; 
	background-color: #000;
	text-decoration: none; 
	}

