body {
	background-color: #000000;
	background-image: url("../graphics/landscape_4.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin: 0; padding: 0;
	font: small "lucida grande", Arial, sans-serif;
	font-color: white;
}

a:link{
color: #FFFFFF;
font: 12px;
font-weight: normal;
text-decoration: none;
}
a:visited{
color: #FF99FF;
font: 12px;
font-weight: normal;
text-decoration: none;
}
a:hover{
color: #99ccff;
font: 12px;
font-weight: normal;
text-decoration: none;
cursor:hand;
}
a:active{
color: #99ccff;
font: 12px;
font-weight: normal;
text-decoration: none;
}


h1 {
	color: 99ccff;
	position: relative;
	text-align: left;
	font: small "lucida grande", Arial, sans-serif;
}

#content {
	color: #FFFFFF;
	font: 12px;
	font-weight: normal;
	position: relative;
	top:285px;
	width:600px;
	height:400px;
	text-align: left;
	line-height: 18px;
}

	


#navlinks {
	position: absolute;
	top:195px;
	right: 5px;
	width:470px;
	background: none; color: #ffffff;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 2px solid #99ccff;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}


#footer {
	position: relative;
	color:99ccff;
	font:10px "geneva", ariel, sans serif;
	text-align: center;
	top: 310px;
	width:600px
}

	
#label {
	position:relative;
	left:00px;
	top:20px;
}
	
