html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	margin-left: 0px;
	color: #000066;
	font-size: small;
}
body {
	background-image: url(img/fence_side.jpg);
	background-repeat: repeat-y;
}
a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
} 

.leftnav {
	position: absolute;
	top: 20px;
	width: 176px;
	left: 20px;
	float: none;
	margin: 0;
	z-index: 2;
}
.currentpage {
	position:absolute;
	left: 259px;
	top: 91px;
	width: 200px;
	height: 66px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000066;
	text-align: center;
	display: block;
}
.banner {
	position: relative;
	z-index: 1;
	left: 0px;
	background-image: url(img/emily-fencewallpaper.gif);
	background-repeat: repeat;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	}
.fastball {
	position: relative;
	left: 20px;
	width: 400px;
}
.rotatingpics {
	position:relative;
	top: 0px;
	width: 170px;
	height: 127px;
	z-index: 2;
	right: 0px;
	float: none;
}

.container {
	height: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto -4em;
	min-height: 100%;
}
	
.content {
	position: relative;
	left: 0px;
	z-index: 1;
	top: 0px;
	margin-right: 30px;
	margin-left: 220px;
	margin-top: 80px;
}

.notices {
	font-size: x-small;
	width: 170px;
	text-align: left;
	padding: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	color: #000066;
	background-color: #CCCCCC;
}

h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
