body { 
	margin: 0; /* this will serve just as well */ 
	font-family: Lucida Handwriting; /* you need some backups here */ 
	font-size: 14px; 
	color: #C7EFF5; 
	background-color: #000000; 
	color: #ffffff;

}

#content {
}

#page_title {
	font-family: "Lucida Handwriting", arial, "lucida console"; /* you need some backups here */ 
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF; 
}

#page_title_small {
	font-family: "Lucida Handwriting", arial, "lucida console"; /* you need some backups here */ 
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF; 
}

#decorative {
	top: 0px;
	right:50%;
	width: 600px;
	height: 600px;
	position: absolute;
}

#information {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 400px;
	height: 300px;
	padding: 6px;


}

#menu {
	position: relative;
	left: 20%;
	top: 10pxpx;
	width: 220px;

}

#pageHidder {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: -1;
	background-image: url(hidder.gif); 	
}

A.base_link:link {
	text-decoration: none;
	color: #CECECE;	
} 
A.base_link:visited {text-decoration: none;
	color: #CECECE;
}
A.base_link:active {text-decoration: none; color: white;}
A.base_link:hover {text-decoration: underline; color: white;}
