body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E2E2E2;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.alignRight {
	float:right;
	padding-left: 10px;
}
#wrapper {
	width:760px;
	margin:auto;
}
#frame {
	width: 760px;
	background-color: #FFFFFF;
	float: left;
}
#header {
	height: 100px;
	width: 760px;
}
#navbar {
	width: 760px;
	margin: 0px;
	text-indent: 15px;
	background-color: #CC9966;
}
#footer {
	width: 760px;
	background-color: #FFFFFF;
	text-indent: 15px;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
}
#navbar a {
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-indent: 15px;
	color: #000000;
	word-spacing: 0px;
}
#navbar a:hover {
	color: #000000;
	text-decoration: underline;
}
#summary, #news, #events, #poll_spacer, #content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	width:720px;
}
#contact_form div {
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
}
#login div {
	clear: left;
	margin-top: 10px;
	margin-left: 20px;
}
#instructions {
	width: 295px;
	margin: 0px 0px 0px 10px;
	position: absolute;
}
label {
	float: left;
	width: 200px;
}
.right {
	float: right;
	padding-right:15px;
}
.left {
	float: left;
}
.news_spacer {
	background-color: #E2E2E2;
	height: 5px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.albumlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.albumlist li {
	display: inline;
}
.albumlist img {
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	line-height: 133px;
}