html, body {
height: 100%;
}

body {
	height: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: verdana,helvetica,arial,sans-serif;
}

#header {
	top: 0px;
	float: left;
	width: 100%;
	background: rgb(223, 223, 223) url("bg.jpg") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}
#header ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	}
#header li {
	float: left;
	background: url("left.jpg") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#header a {
	float: left;
	display: block;
	background: url("right.jpg") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000765;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color: #000333;
}
#header #current {
	background-image: url("left_on.jpg");
}
#header #current a {
	background-image: url("right_on.jpg");
	color: #000333;
	padding-bottom: 5px;
}

#content {
	top: 95px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#headerLogo {
	font-family: "Edwardian Script ITC";
	font-weight: bold;
	font-size: 24pt;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
}

#footer
{
	position: absolute;
	color: #000000;
	background: #99ff00;
	bottom: 0;
	width: 100%;
	height: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: smaller;
	text-align: center;
}

