	
	body {
		background: #e5bb89;
		text-align: center;
		font: 75% Verdana;
		color:#000;
	}
	
	#frame {
		width: 774px;
		border: 2px solid #f18709;		
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #fff;
		
		}
		
		
	
	
	#header {
		height: 111px;
		width: 774px;
		image-align: left;
		background-image: url(img/header.gif);
		background-repeat: no-repeat;
	}
	
	#logo {
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 5px;
	height: 75px;
	width: 150px;
	float:left;
		
	}
	
	.logoText {
	font-size: 150%;
	font-weight: bold;
	color: #fff;	
	}
	
	.straplineText {
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	}
	
	#main {
	

	}
	
	
		
	#menuColumn {
		width: 754px;
		height: 20 px;
		float: left;
		margin-left: 10px;
		margin-bottom: 2px;
	}
	
	#submenuColumn {
		width: 754px;
		height: 20 px;
		float: left;
		margin-left: 10px;
	}
	
	#contentColumn {
		width: 700px;
		float: left; 
		margin-left: 20px;
		}
	
	#menu {
		float: right;
		height: 30px;
		text-align: left;
		vertical-align: bottom;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	#menu a {
		padding: 5px;
		background-image: url('img/arrow.gif');
		background-repeat: no-repeat;
		background-position: 2px 6px;
		padding-left: 20px;
		font-size: 110%;
		font-weight: bold;
		color: #f18709;
		text-align: left;
		
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #fff;
		background: #f18709;
		background-image: url('img/arrow-white.gif');
		background-repeat: no-repeat;
		background-position: 2px 6px;
		padding-left: 20px;
	}
	
	
	#submenu {
		float: right;
		height: 20px;
		text-align: right;
		vertical-align: bottom;
		margin-top: 0px;
		margin-right: 10px;
		
		}
		
	#submenu a {
		
		font-size: 100%;
		font-weight: normal;
		text-align: right;
		color: #f18709;
		text-decoration: none;
		background-image: url('img/arrow2.gif');
		background-repeat: no-repeat;
		background-position: 2px 4px;
		padding-left: 15px;
		padding-top:  5px;
		
	}
	
	#submenu a:hover {
		color: #fff;
		background: #E4BE80;
		background-image: url('img/arrow2-white.gif');
		background-repeat: no-repeat;
		background-position: 2px 4px;
		padding-left: 15px;
		padding-top:  5px;
		padding-bottom: 5px;
		}
	
	#content {
		margin: 30px;
		margin-top: 0px;
	}
	
	/*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('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;
	}
	
	
