/* CSS Document */
body
{
   background-color:#000000;
	color:#FFFFFF;
	font-family:arial;
}

a
{
  text-decoration:none;
}

#main
{
   width:950px;
	border:2px solid #00CCCC;
	margin-left:auto;
	margin-right:auto;
}

#navigation
{
   width:100%;
	table-layout:fixed;
}

#navigation a
{
   text-decoration:none;
   font-weight:bold;
	color:#000000;
}

#navigation a:hover
{
   color:#00CCCC;
}

