body {
	background-image: url('background.png');
	background-repeat: repeat-x;
	background-color: #d9ecff;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;

	text-align: center;
}

p {
	margin: 0;

	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
	background-image: url('contentbg.png');

	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: #000000;

	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 16px;

	width: 600px;

	margin-left: auto;
	margin-right: auto;
}

#logo {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-color: white;

	font-family: Verdana, Arial, sans-serif;
	text-align: center;

	height: 130px;
}

#red {
	color: #f02222;
}

#grass {
	padding-top: 10px;
	display: block;
}

h1 {
	padding-top: 20px;
	margin: 0 auto;
	font-size: 30px;
}

h2 {
	margin: 0 auto;
	font-size: 25px;
	color: #000000;
}
a.h2:link { color: #000000; text-decoration: none; }
a.h2:visited { color: #000000; text-decoration: none; }
a.h2:hover { color: #000000; text-decoration: none; }
a.h2:active { color: #000000; text-decoration: none; }

#navlist {
	border-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #000000;

	background-color: #e8f3ff;
	
	font-family: Verdana, Arial, sans-serif;
	text-align: center;

	margin: 0;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

a:link { color: #2223f0; text-decoration: underline; }
a:visited { color: #2223f0; text-decoration: underline; }
a:hover { color: #2223f0; text-decoration: none; }
a:active { color: #2223f0; text-decoration: none; }

