html {
	background-color: black;
	margin: auto;
	padding: 0;
}
body {
	background-color: black;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
	font-size: 20 pt;
	min-width: 800px;
	text-align: left;
	margin-top: 1 em;
	margin-left: auto;
	margin-right: auto;
}

h1,h2 {
	color: #ccc;
	font: normal 16px "Tahoma";
	font-size: 100%;
	font-weight: bold;
	}

h1	{
	font-style: italic;
	text-decoration: underline;
	}
a {
	color: #999;
}
a:hover {
	color: #fff;
}
a:visited {
	color: #999;
}
a:active {
	color: #999;
}

#sidebar {
	background: black;
	padding-top: 10px;
	float: left;
	width: 180px;
}
#main {
	float: right;
	width: 800px;
	padding: 10px 5px 10px 5px;
}
#wrap {
	background: black;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#footer {
    background-image: url("footer.jpg");
    background-repeat: no-repeat;
    background-position: left top;
	text-align: left;
	clear: both;
	margin: auto;
	height: 30px;
	padding-right: 5px;
}

#scroll {
	font-size: 9px;
	background: green;
	border: 2px solid #000000;
	width: 200px;
	height: 70px;
	margin-bottom: 50px;
	overflow: auto;
}

#navcontainer ul {
	text-align: left;
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

#navcontainer ul li {
	margin-bottom: 1em;
}

#navcontainer ul li a 	{
	text-align:left;
	font: normal 20px "Lucida Grande", "Lucida Sans Unicode", "Verdana", sans-serif;
	text-decoration: none;
	color: #999;
}

#navcontainer ul li a:hover	{
	color: white;
}

#navcontainer ul li a#current {
	color: #666;
}

#image {
	background: #111;
	border: 1px solid #333;
	padding: 10px;
}
