@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	
	
}
a:link {
	text-decoration: underline;
	font-size: 12px;
	color:#000;
	cursor: pointer;

}
a:visited {
	text-decoration: underline;
	font-size: 12px;
	color:#000;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color:#00F;
	cursor: pointer;
}
a:active {
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
}
#indexheaderimages {
	position:absolute;
	top:10px;
	width:100%;
	left:0px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;

}
#about {
	margin-left:40px;
	margin-right:340px;
	left:0px;
	top:465px;
	position:absolute;
	border:thin;
	border-color:#000; 
	border-top:thin;
	
}
#frontpagepuzzle {
	position:absolute;
	width:900px;
	top:80px;
	height:2020px;
	left:50px;
	padding-right:30px;
}
#lowerfrontpagepuzzles {
	background-color:#FFFFFF;
}
p {
	position:absolute;
	font-size:12px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	background-color:#FFF;
	text-align:justify;
}
h1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
