/* W3 valid CSS */



/* ############# GENERAL RULES ########################################### */
body {
	background-color: #99CCFF;
	margin: 0px auto;
	position: relative;
	width: 800px;
}
	
img {
	border: 0px;
	width: 160px;
	height: inherit;
}

a:focus {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

/* fix for whitespace below collage in IE 6 */



/* ########## NAVIGATION ################################################ */		
#navarea {
	position: absolute;
	top: 70px; /* left: 0px; */ /* white-space: normal; */;
	width: 160px;
	font-size: 80%;
}
	
#navarea a {
	text-decoration: none;
	color: #000000
}
	
#navarea li {
	display: inline;
	}
	
#navarea li a {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 2px;
	padding: 2px 3px 2px 3px;
	border-bottom-color: #000000;
}
	
#navlist {
	margin:0;
	padding:0;
	list-style: none;
	}
	
#navlist a {
	background-color: #99CCFF;
}

#navlist a:hover {
	color: #666666;
}

#visit a{
	background-color: #CCCCCC;
}



/* ########## CONTENT + FOOTER ########################################## */
/* contentarea */
#contentarea {
				position: absolute;
				top: 70px;
				left: 170px;
				border: 1px solid #000000;
				background-color: #99CCFF;
				width: 628px;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
}
	
/* content */
#content {
	padding: 20px 10px 10px 10px;
	}
	
#content p {
	font-size: 75%;
	text-align: left;
	}
				
#content h1 {
	color: #000000;
	font-size: 100%;
	font-weight: 800;
	margin: 3px 0 3px 0;
	padding: 10px 0 1px 0;
	font-variant: small-caps;
}
#content h2 {
	color: #666666;
	font-size: 85%;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: -1px;
	padding: 3px 0 1px 0;
	font-variant: small-caps;
}



/* ########## IMG ########################################## */
#imgarea {
	position: absolute;
	top: 280px;
	background-color: #99CCFF;
	width: 160px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

