	
	body {
		background: #fff;
		text-align: center;
		font: 70% Verdana;
	}
	
	#frame {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	#header {
		height: 203px;
		margin-left: 1px;
		margin-bottom: 8px;
		background-image: url(img/header.jpg);
		background-repeat: no-repeat;
	}
	
	#logo {
		margin: 17px;
		margin-top: 0pc;
		padding-top: 40px;
		padding-left: 300px;
		height: 100px;
		
	}
	
	.logoText {
		font-size: 280%;
		font-weight: bold;
		color: #584238;
	}
	
	.straplineText {
		font-size: 200%;
		font-weight: normal;
		color: #584238;
	}
	
	#main {
	

	}
	
	#menuColumn {
		margin-bottom: 5px;
		background: #000000;
		text-align: left;
		height: 35px;
		width: 800px;
		float: left;
	}
	
	#contentColumn {
		float: left;
		width: 800px;
		border: 1px solid #000000;
	}
	
	#menu {
		float: left;
		margin: 5px;;
		
	}
	
	#menu a {
		color: #fff;
		font-size: 130%;
		font-weight: bold;
		text-align: left;
		padding-right: 15px;
		text-decoration: none;
	}
	
	#menu a:hover {
		text-decoration: underline;
	}
	
	#submenu {
		float: left;
		width: 800px;
		height: 25px;
	}
	
	#submenu a {
		color: #000000;
		font-size: 11px;
		font-weight: normal; 
		text-align: left;
		padding: 5px;
		paddign-right: 10px;
	}
	
	#content {
		float: left;
		margin: 15px;
		width: 770px;
	}
	
	/*Email Popup Styles*/
	
	#emailPopUp {
		background: #fff;
		height: 150px;
		width: 250px;
		border: 1px solid #000;
		padding: 10px;
		text-align: left;
	}
	
	#emailPopUp label {
		width: 85px;
		float: left;
		font-weight: bold;
	}
	
	#emailPopUpRow {
		padding-bottom: 3px;
	}
	
	#emailPopUpMess {
		width: 155px;
		height: 75px;
	}
	
	#emailPopUpName {
		width: 155px;
	}	
	
	#emailPopUpEmail {
		width: 155px;
	}
	
	#emailPopUpLoading {
		margin-top: 20px;
		height: 100px;
		background-image: url(../Copy of 10019/img/loading.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/* event and list popup styles */ 
	.popup { 
		background: #fff; 
		height: 350px; 
		width: 270px; 
		border: 1px solid #000; 
		padding: 10px; 
		text-align: left; 
	} 
	
	#listPopUp { 
		height: 230px;
	} 
	
	.popup label { 
		width: 85px; 
		float: left; 
		font-weight: bold; 
	} 
	
	.popupRow { 
		padding-bottom: 3px; 
	} 
	
	.popupMess { 
		width: 155px; 
		height: 75px; 
	} 
	
	.popup input { 
		width: 155px; 
	}
	
	.popup input { 
		width: auto; 
	} 
	
	/*Calendar Styles*/
	.calEvent {
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.calEvent h1 {
		font-size: 110%;
		font-weight: bold;
		margin: 0;
	}
	
	.calEvent p {
		margin: 0;
	}
	
	.calEvent h2 {
		font-size: 110%;
		font-weight: normal;
		margin: 0;
	}
	
	/*gallery*/
	#img {
		align:center;
		text-align:center;
	}
	
	#imageNav {
		display:inline;
		margin-left:10px;
		margin-right:10px
	}
	
	.thumbFrame {
		height:140px;
		width:120px;
		align:center;
		text-align:center;
		float: left;
	}
	
	.album {
		height:180px;
		margin-left:20px;
	}
	
	.thumb {
		text-align:center;
		margin:0 auto;
		padding:3px;
	}

	.thumbCaption {
		text-align:center;
		width:120px;
	}
	
	/*lightbox*/
	
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
