body {
	background-image: url(../images/gui/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 800px;
}
#header #logo {
	padding: 0px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: 5%;
}
#uppercontainer {
	margin:0 auto;
	text-align:left;
	width:800px;
}
#container {
	margin:0 auto;
	text-align:left;
	width:800px;
	background-image: url(../images/gui/mainshadow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container h1 {
	color: #006453;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#navigation {
	background-color: #988859;
	margin: 0px;
	padding: 14px;
}
#navigation a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	border: 2px solid #988859;
}
#navigation a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 8px;
	border: 2px solid #a6976c;
	background-image: url(../images/gui/rollover.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#content {
	margin: 0px;
	padding: 25px;
	font-size: 12px;
}
#content a {
	font-weight: bold;
	color: #006453;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #006453;
	text-decoration: underline;
}
#photos img {

	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 5px;
	padding: 10px;
}
#footer {
	font-size: 12px;
	margin: 0px;
	padding: 117px 10px 0px;
	color: #988859;
	background-image: url(../images/gui/bottomquote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer .text {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #988859;
	border-right-color: #988859;
	border-bottom-color: #988859;
	border-left-color: #988859;
	text-align: center;
	position: relative;
	width: 100%;
}
#footer .text .left {
	text-align: left;
	position: absolute;
	left: 0px;
}
#footer .text .right {
	text-align: right;
	position: absolute;
	right: 0px;
}
#footer a {
	text-decoration: none;
	color: #988859;
}
#footer a:hover {
	text-decoration: underline;
	color: #988859;
	background-color: #FFFFFF;
}
#infobar {
	background-color: #EAE8DC;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/gui/sidebarshadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	color: #988859;
	text-align: center;
	display: block;
}
#infobar a {
	color: #988859;
	text-decoration: none;
}
#infobar a:hover {
	color: #988859;
	text-decoration: underline;
}
#container h2 {

	color: #006453;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#sidebar {
	display: none;
}
#container #content .event {
	font-size: 10px;
	margin: 0px 0px 0px -25px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFCC;
	width: 468px;
}
#container #content .event p {
	padding: 0px;
	margin: 5px;
}
