﻿body {
	background-color: #000000;
}
{
	font-family:Arial, Helvetica, sans-serif
}
a {
	text-decoration: none;
	color:fuchsia;
}
#container {
	background-color: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
}

#header{
	background-color: #000000;
	color: white;
	text-align: center;
}

#content {
	padding: 10px;
}
#nav {
	width: 180px;
	float: left;	
}
#nav ul{
	list-style-type: none;
}
#nav .selected{
	font-weight :bold; 
}
	
#main {
	width: 600px;
	float: right;
}

#footer{
	clear:both;
}