body {
	background-color: #442F18;
	margin: 0px 0px 0px 0px;
	text-align:center;
	background-image:url(../imgs/bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#wrapper {
	position:relative;
	width:800px;
	height:960px;
	margin:auto;
	background-image:url(../imgs/background_main.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#spacer	{
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:5px;
	background-color:#442F18;
}
#aboutwrapper {
	position:relative;
	width:800px;
	height:960px;
	margin:auto;
	background-image:url(../imgs/background_about.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#historicwrapper {
	position:relative;
	width:800px;
	height:960px;
	margin:auto;
	background-image:url(../imgs/background_historic.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#nearbywrapper {
	position:relative;
	width:800px;
	height:960px;
	margin:auto;
	background-image:url(../imgs/background_nearby.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#philosophywrapper {
	position:relative;
	width:800px;
	height:960px;
	margin:auto;
	background-image:url(../imgs/background_phil.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#menu	{
	position:absolute;
	top:204px;
	left:19px;
	width:762px;
	height:28px;
	border-top: solid 1px #663300;
	border-bottom: solid 1px #663300;
	padding-top:5px;
}
#moreinfo	{
	position:absolute;
	top:264px;
	left:290px;
	width:107px;
	height:47px;
}
#viewimages	{
	position:absolute;
	width:266px;
	height:50px;
	top:274px;
	left:20px;
	text-align:right;
}
.viewimagesheader {
	font-family: "Times New Roman", Times, serif;
	color: #477282;
	font-size: 20px;
	font-weight: bold;
}
.viewimagesheader a:link, .viewimagesheader a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #477282;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
}
.viewimagesheader a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
}
.BoldText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
#viewmap	{
	position:absolute;
	width:266px;
	height:50px;
	top:277px;
	left:505px;
	text-align:right;
}
#layland	{
	position:absolute;
	width:165px;
	height:25px;
	top:257px;
	left:122px;
	text-align:right;
}
#leftcolumn	{
	position:absolute;
	left:26px;
	top:321px;
	width:350px;
	height:443px;
	border-top:solid 1px #00456A;
	text-align:left;
	line-height:18px;
}
#about	{
	position:absolute;
	left:26px;
	top:246px;
	width:734px;
	height:544px;
	border-top:solid 1px #00456A;
	text-align:left;
	line-height:18px;
	overflow:auto;
	padding-right:10px;
}

#map	{
	position:absolute;
	left:386px;
	top:320px;
	width:373px;
	height:271px;
	border-top:solid 1px #00456A;
	border-bottom:solid 1px #00456A;
	text-align:left;
}
#philosophy	{
	position:absolute;
	left:387px;
	top:608px;
	width:384px;
	height:160px;
	text-align:left;
}
#horizontalrule	{
	position:absolute;
	top:-5px;
	left:9px;
	width:737px;
	height:94px;
	border-top:solid 1px #00456A;
	padding-top:10px;
	visibility: visible;
}
.bottommenu{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
.bottommenu	a:link. .bottommenu a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
.bottommenu	a:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:underline;
	color: #009933;
}
#footer	{
	position:absolute;
	width:760px;
	height:160px;
	top:800px;
	left:20px;
	background-color:#98987F;
}

#menu ul	{
	list-style:none;
	margin:0;
	padding:0;
}
#menu li	{
	display:inline;
}
#menu a:link, #menu a:visited	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #663300;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
#menu a:hover	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #669900;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
