* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
}

a {
	color:#999;
	text-decoration:underline;
}

a:hover {
	color:#fff;
}

a img{
	border: 1px solid #999;
}

a:hover img{
	border: 1px solid #fff;
}

body{
	color:#fff;
	background:#111;
}

h1 {font-size:200%;}
h2 {font-size:180%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;
margin:10px;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align:center;
 }

#top {
	text-align:right;
	background:#333;
	border: solid white 5px;
	padding-right:10px;
}

#nav {
	width:120px;
        height:315px;
	text-align:right;
	float:left;
	border: solid white 1px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	background:#333;
	padding-top:90px;
	background-image: url(nav.gif)};
}

#nav ul {
	display:block;
	list-style:none;
}


#nav ul li {
	list-style:none;
}

#nav ul li a {
	height:25px;
	color:#999;
	font-size:18px;
	text-decoration:none;
	display:block;
	font-weight:normal;
	padding-right:10px;
	padding-bottom:10px;
}

#nav ul li a:hover {
	color:#333;
	font-size:20px;
 }

#nav ul li a.active {
	color:#333;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	border-left: solid white 10px;
	font-size:20px;
	line-height:30px;
}

#main {
	float:left;
	height:auto;
	width:650px;
}

#content {
	width:646px;
	min-height:385px;
	border: solid white 1px;
	padding:10px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	background:#333;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
        background-position: top left;
}


#content p{
	color:#999;
	margin:10px;
}

#content li{
	color:#999;
	margin:10px;
}

#content h2{
	margin:10px;
	border-bottom: solid #666 2px;
	margin-left:66px;
        margin-right:0px;
        padding-left:10px;
        padding-right:50px;
	text-align:left;
}

#content h3{
	margin:10px;
	border-bottom: solid #666 2px;
	margin-left:200px;
        margin-right:0px;
	margin-top:30px;
        padding-left:10px;
        padding-right:50px;
	text-align:left;
}

#content h4{
	margin-top:20px;
}