body {
background: black;
font-family: Georgia;
font-size: 75%;
margin: 0;
padding: 0;
}

form {
float: left;
margin: 0 0 0 0;
padding: 0;
width: 400px;
}
		
	form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	width: 400px;
	}

	form dl, form dl dt, form dl dd {
	margin: 0;
	padding: 0;
	}
	
	form dl dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	}

	#banner {
	float: left;
	height: 120px;
	margin: 0;
	padding: 0;
	width: 800px;
	}	
	
	#banner h1 {
	background: black url(../images/logo.png) top left no-repeat;
	height: 120px;
	margin: 0px;
	padding: 0;
	text-indent: -5000px;
	width: 800px;
	}
	
	#content {
	display: inline-block;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 800px;
	}
	
		#content #bot {
		background: url(../images/bot.png) top left no-repeat;
		float: left;
		height: 20px;
		margin: 0;
		padding: 0;
		width: 800px;
		}
		
		#content #mid {
		background: url(../images/mid.png) top left repeat-y;
		float: left;
		margin: 0;
		padding: 0;
		width: 800px;
		}
		
			#mid .mid {
			float: left;
			margin: -10px 0 0 20px;
			padding: 0;
			}
			
				#mid .mid h1 {
				font-style: italic;
				}
			
				#mid .mid p {
				line-height: 145%;
				width: 730px;
				}
			
				#mid .mid a {
				color: white;
				}
		
			#mid {
			color: #FFB9C5;
			}
	
		#content #top {
		background: url(../images/top.png) top left no-repeat;
		float: left;
		height: 20px;
		margin: 0;
		padding: 0;
		width: 800px;
		}
	
	#facebook {
	background: url(../images/facebook.png) top left no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -5000px;
	width: 20px;
	}
	
	#footer {
	background: black url(../images/footer.png) top left no-repeat;
	color: #F69AB8;
	float: left;
	height: 55px;
	padding-top: 20px;
	text-align: center;
	width: 800px;
	}
	
		#footer p {
		margin-bottom: 20px;
		}
		
		#footer a {
		color: #FFB9C5;
		}
	
	#frame {
	float: left;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
	position: absolute;
	width: 800px;
	}
	
	#nav {
	background: black url(../images/bar.png) top left no-repeat;
	float: left;
	height: 55px;
	text-align: center;
	width: 800px;
	}
	
		#nav ul {
		display: inline-block;
		list-style: none;
		margin: 9px 0 0 0;
		padding: 0;
		width: 800px;
		}
		
		#nav ul li {
		display: inline-block;
		float: left;
		font-weight: bold;
		margin-right: 20px;
		padding: 0;
		}
		
			#nav ul li.first {
			margin-left: 100px;
			}
		
		#nav ul li a {
		color: #FFB9C5;
		text-decoration: none;
		}
		
			#nav ul li a:hover {
			color: white;
			}
			
	#splash {
	background: black url(../images/splash-bg.png) bottom center no-repeat;
	float: left;
	height: 288px;
	margin: 0;
	padding: 0;
	width: 800px;
	}
	
		#splash ul {
		height: 268px;
		list-style: none;
		margin: 0 0 0 8px;
		/*overflow: hidden;*/
		padding: 0;
		}
		
		#splash ul li {
		margin: 0;
		padding: 0;
		}
		
	#twitter {
	background: url(../images/twitter.png) top center no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -5000px;
	width: 20px;
	}
	
	#youtube {
	background: url(../images/youtube.png) top left no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -5000px;
	width: 20px;
	}
	
		.ajevents {
		background: black;
		border: 1px solid #333;
		float: left;
		margin-bottom: 20px;
		padding: 10px;
		width: 715px;
		}
		
		.ajevents dt, .ajevents dd {
		}
		
		.ajevents dt {
		font-size: .9em;
		margin-bottom: 10px;		
		}
		
		.ajevents dd {
		clear: both;
		margin-left: 0px;
		margin-bottom: 20px;
		width: 100%;
		}
		
		.ajevents dd img {
		border: 1px solid #ccc;
		float: left;
		margin-left: 0px;
		margin-bottom: 5px;
		margin-right: 10px;
		width: 200px;
		}
		
		.ajevents dd h3 {
		font-size: .9em;
		}
		
		.ajevents dd p {
		font-size: .8em;
		}
	
		.location {
		float: left;
		margin-right: 20px;
		width: 300px;
		}
		
		/* pal gallery START */
	
		.gallery {
		float: left;
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 10px;
		position: relative;
		width: 600px;
		}
			
			.gallery dt {
			color: white;
			font-size: 1.2em;
			height: 25px;
			margin: 0;
			overflow: hidden;
			padding: 0;
			}
				
				.gallery dt a {
				color: black;
				}
		
				.gallery dt p {
				display: block;
				margin: 4px 0 0 9px;
				}
		
		.gallery dd {
		background: white;
		border: 1px solid #333;
		height: 100px;
		width: 100px;
		float: left;
		margin: 2px 2px 0px 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		}
		
			.gallery dd img {
			border: none;
			margin-top: 0px;
			width: 160px;
			}
	
		/* pal gallery END */