body
{
	background: #000000;
	color: #c0c0c0;
	font-family: arial;
	font-size: 10pt;
	margin: 10px;
}

#container
{
	margin: 0 auto;
	width: 950px;
}

#header
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(images/header.jpg) no-repeat;
	height: 43px;
	border-bottom: 2px solid #404040;
}

#navlinks ul 
{
	padding: 20px 0 0 0;
	list-style-type: none;
	text-align: right;
}

#navlinks ul li
{  
	display: inline;
}

#navlinks ul li a
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: .1em .9em;
	color: #c0c0c0;
}

#navlinks ul li a:hover
{
	color: #404040;
	background: #c0c0c0;
} 

a:link
{
	color: #c0c0c0;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline;
}

a:visited
{
	color: #c0c0c0;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover
{
	color: #c0c0c0;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline;
}

#footer
{
	border-top: 1px solid #404040;
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}