body {
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	color: #2f1d0f;
}
#container {
	border: 8px solid #fff;
	width:961px;
	height:534px;
	margin: 150px auto 0px auto;
	overflow:hidden;
	position:relative;
}
#left {
	background-color:#edede5;
	background-image:url(images/logo.jpg);
	background-position:0px 140px;
	background-repeat:no-repeat;
	width:236px;
	height:535px;
	float:left;
}
#right {
	position:relative;
	float:right;
	width:725px;
	height:900px;
	background-color:#2f1d0f;	
}
#navBar {
	height:32px;
	width:725px;
	background-color:#9bdaeb;
}
#navBar a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #2f1d0f;
	text-decoration:none;
	margin-left:30px;
	line-height:30px;
}
#rightHigh {
	position:absolute;
	top:0px;
	width:725px;
	height:350px;
}
#rightLow {
	position:absolute;
	top:350px;
	background-image:url(images/rightBG.jpg);		
	width:730px;
	height:185px;
}
#rightLow p {
	padding-left:10px;
	width:690px;
}
#homeWrapper {
	position:relative;
}
#page_home {
	padding-left:15px;
	position:relative;
	overflow:hidden;
}
#photos {
	position:relative;
}
#photos img {
	position:absolute;
	display:none;
}
#pages {
	position:relative;
}
.page {
	position:absolute;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	display:none;	
	color:#FFF;
	padding:15px;
}

.page h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0px;
	padding:0px;
	font-size:20pt;
}
.page li {
	margin-left:20px;
}
.centerContent {
	width:700px;
	text-align:center;
}
.topRightBox {
	float:right;
}
h1 a, .topRightBox a, .page a {
	color:#9BDAEB;
}
.page span {
	font-weight:bold;
}
#page_directions em {
	cursor:hand;
	cursor:pointer;
}
#page_directions p {
	margin:2px;
	padding:2px;
}

#page_directions img {
	margin-left:40px;
}
a {
outline:none;
}
#page_home .pageLink {
	color:#2f1d0f;
}