a:link {
color: #FFF;
text-decoration: none;
}
h1{line-height:.01em;}
p{text-indent:2em;}
a:visited {
color: #CCC;
text-decoration: none;
}
a:hover {
color: #DDD;
text-decoration: underline;
}
a:active {
color: #FFF;
text-decoration: none;
}

body		{
	color:white;
	font-family:tahoma;
	letter-spacing:.08em; 
	font-size: 1em;
	background-color: black;
	background-image:url(pcbackgrnd1.jpg);
	background-repeat: 
	no-repeat;
	background-position:50% 0%; 
	text-align: center;
	min-width: 600px;
}

.hdr		{
	background-image:url(header.jpg);
	background-color:#000000;
	background-repeat: 
	no-repeat;
	background-position:50% 75%;
	padding-top:50px;
	padding-right:10px;
	padding-left:10px;
	margin:0 auto;
	width:600px;
	height:114px;
}	

.centeradiv {
	text-align:center;
	z-index:1;
	padding-top:0;
	background-color:#000000;
	margin:0 auto;
	width:620px;
	height:700px;
	overflow:visible;
}

.content	{
	position:static;
	left:inherit;
	top:inherit;
	z-index:2;
	text-indent:10;
	background-color:#000000;
	text-align:left;
	font-family:tahoma; 
	font-size:.9em;
	color:white;
	margin:0 auto;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	width:600px;
	clear:both;
}
.sitemap	{
	padding:50px;
	width:300px;
	text-align:center;
	font-family:tahoma; 
	font-size:.7em;
	color:red;
	margin:0 auto;
	background-color: #000;
}