body

	{
	background-color: black;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: small;
	margin: 0;
	padding: 0;
	}	

#container
	{

	width: 1000px;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-y;
	}

#banner
	{

	width: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #600;
	background-color: black;
	}

#leftnav
	{
	float: left;
	width: 145px;
	margin: 0px;
	padding: 0px;
	background: url(../images/leftnav.jpg) no-repeat;
	color: white;
	z-index: 97;
	}

#content
	{
	width: auto;
	padding: 15px 30px 30px 30px;
	margin: 0 0 0 150px;
	z-index: 98;
	}

#content p
	{
	color: white;
	z-index: 99;
	}

#footer
	{
	clear: both;
	background: url(../images/footer1.jpg) repeat-y;
	background-color: black;
	border-bottom: 1px solid #600;
	}

#footer_content
	{
	margin: 0 0 0 150px;
	}

#footer2
	{
	background-color: black;
	color: #ccc;
	font-size: 90%;
	padding:0;
	margin:0;
	border: 1px solid black;
	
	}


#leftnav ul	
	{
	font-size: 105%;
	text-align: right;
	font-weight: bold;
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0px;
	line-height: 1.6em;
	}

#leftnav ul li
	{
	margin: 0px;
	padding: 0 15px 0 0;
	border-bottom: 3px solid black;
	}

#footer_content img, footer_content img a, footer_content img a.visited
	{
	padding: 4px 4px 0 0;
	border: none;
	}

#footer2 ul
	{
	padding:10px 0 0 150px;
	margin:0;
	}

#footer2 ul li
	{
	padding: 0 12px 0 12px;
	margin: 0;
	display: inline;
	border-right: 1px solid #ccc;
	}

#content ul
	{
	margin: 0px;
	padding-left:20px;
	line-height: 1.3em;
	color: white;
	}

#content ul li
	{
	padding: 5px 0px;
	}

#leftnav a, #leftnav a:visited
	{
	color: white;
	text-decoration: none;
	}

#leftnav a:hover, #leftnav a:active
	{
	color: yellow;
	text-decoration: none;
	}

#footer2 a, #footer2 a:visited
	{
	color: #ccc;
	text-decoration: none;
	}

#footer2 a:hover, #footer2 a:active
	{
	color: #ccc;
	text-decoration: underline;
	}

#content a, #content a:visited
	{
	color: red;
	text-decoration: none;
	}

#content a:hover, #footer2 a:active
	{
	color: red;
	text-decoration: underline;
	}


#content h1
	{
	font-size: 150%;
	border-bottom: 1px solid white;
	width: 70%;
	color: white;
	}

#content h2
	{
	font-size: 150%;
	border-bottom: 1px solid white;
	width: 70%;
	padding-top: 30px;
	color: white;
	}