/* CSS Document */
	body,
	html {
	margin-top: 15px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
	}


	#wrap {
		background-color:#000000;
		margin:0 auto 0 0px;
	
	}

	#header {
	background-color:#000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}

	#header h1 {
		padding:5px;	
		margin:0;
		color:#FFFFFF;
		font-size:xx-large;
	}
	
	#header a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#navlist ul {
	white-space: nowrap;
	border: none;
	}

	#navlist li {
	display: inline;
	list-style-type: none;
	}

	#navlist a {
	padding: 3px 10px; 
	}

	#navlist a:link, #navlist a:visited {
	color: #000000;
	background-color: #0099FF;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #000066;
	}

	#navlist a:hover {
	color: #FFFFFF;
	background-color: #0099FF;
	text-decoration: none;
	border: thin solid #FFFFFF;
	font-weight: bold;
	}


	#main {
	background-color:#000000;
	float:none;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 11px;
	text-align:left;
	}

	#main h2, #main h3, #main p {
		padding:0 10px;
	}

	#mainimage {
	float:right;
	margin: 0 0 10px 10px;
	border: 1px solid #666;
	padding: 2px;

	}
	
	
	
	#footer {
	background:#;
	clear:both;
	background-color: #000000;
	border-top: thin solid #FFFFFF;
	font-size: 11px;
	}

	#footer p {
		padding:10px;
		margin:0;
	}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#wrap #main li {
	text-decoration: none;
	list-style-type: none;
}
