body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0;/*zeroes off any existing border*/
	background-color: #ABC466;/*sets the body background colour*/
	color: #000000; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Geneva, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size. This odd value compensates for several browser bugs. First, 
	setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking 
	fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera 
	will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a 
	problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing 
	off the left edge with Gecko browsers */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: italic;
	color: #336633;
	text-align: right;
	left: 300px;
	margin-top: 20px;
	font-weight: bold;
}

#wrapper {
	width: 790px;
	position: relative;
	background-color: #abc466;
	text-align: left;
	top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-position: 30px;


}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	color: #336633;
	margin-left: 370px;
	text-align: right;
}
#splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 464px;
	float: none;
	padding: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
	border-top-style: none;
	border-top-color: #ECE9D8;
	margin-top: 30px;
}
p {
	font-size: 100%;
	line-height: 130%;
	color: #000000;
	margin-left: 520px;
	text-align: right;
}
#splash #enter a {
	font-size: 110%;
	line-height: 130%;
	color: #336633;
	margin-left: 620px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	background-color: #D5DF95;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4ffab;
	border-right-color: #f3ffaa;
	border-bottom-color: #7c8357;
	border-left-color: #7c8357;
	padding: 3px;
	margin-top: 10px;
}
a {
	font-size: 80%;
	color: #336600;
	text-align: left;
}
