body {
	background-color: #F1DEFC;
}
h1 {
	font-family: trebuchet ms, san-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;	
}
h2 {
	font-family: trebuchet ms, san-serif;
	font-size: 10pt;
	font-weight: bold;	
}
img {
	border: none;
	padding:0;
	margin:0;
}
p {
	font-family: georgia, serif;
	color: black;
	font-size: 11pt;
	text-indent:10px;
	padding-left:10px;
	padding-right:10px;
	position: relative;
}
p:first-letter {
	font-size: 13pt;
	font-weight: bolder;
}
u {
text-decoration: underline;
}
.main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	float: none;
	height: 600px;
	width: 800px;
	overflow: hidden;
	background-image: url(../Images/Drypond_BG.jpg);
	background-repeat: no-repeat;
	border: 4px double #666666;
	position: relative;
	background-position: center center;
}
.navigation {
	clear: none;
	float: left;
	position: relative;
	overflow: hidden;
	border: none;
}
.navigation:hover {
	background-position: bottom;
}
.scroll {
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:black;
	margin-top:5px;
}
.scroll:hover {
border-color:white;
}
.window {
	border: 1px solid #000000;
	overflow: hidden;
	position: absolute;
	background-image: url(../Images/bg_tile.png);
	background-repeat: repeat;
}
