/* general tag styling */
body {
	margin: 0;
	background-color: #040020;
	color: #000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #33a;
}
a img {
	border: none;
}

/* specific element styling */
#main {
	width: 800px;
	margin: 0 auto;
}
#header {
	background-image: url(images/banner.jpg);
	height: 206px;
	background-color: #000;
	color: #fff;
}
#nav {
	background-color: #aaa;
}
	#nav a {
		display: block;
		float: left;
		width: 98px;
		height: 21px;
		color: #000;
		text-align: center;
		padding-top: 5px;
		border: solid 1px #000;
		background-color: #ccc;
		text-decoration: none;
		font-weight: bold;
	}
	#nav a.link:hover {
		color: #33f;
		background-color: #ddf;
		font-size: 15px;
		font-weight: bolder;
		padding-top: 4px;
		height: 22px;
	
	}
	#nav #current {
		font-size: 14px;
		padding-top: 4px;
		height: 22px;
		color: #00f;
		border-bottom: solid 1px #fff;
		background-color: #fff;
	}
#content {
	background-color: #fff;
	border: solid 1px #000;
	border-bottom: none;
	border-top: 0;
	padding: 20px;
	/* fixes weird bug in IE (text doesn't show up until highlighted) */
	height: 1%;
}
	#content p{
		padding-left: 10px;
	}
	#content ul{
		padding-left: 20px;
	} 
#bottom {
	height: 16px;
	width: 800px;
	background-image: url(images/bottom.gif);
}
#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right {
	float: right;
	margin: 10px;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

/* gallery specific styling */
#gallery{
	padding: 30px;
	padding-top: 10px;
	font-weight: bold;
}
	#gallery img {
		padding: 5px;
		border: none;
	}
	#gallery  .galleryimg:hover {
		padding: 3px;
		border: solid #00a 2px;
	}
.photoarea {
	width: 640px;
	text-align: center;
	top: 0;
	left: 50%;
	margin-left: -340px;
	position: absolute;
	padding: 20px;
	background-color: #999;
	margin-top: 10px;
}
.close {
	font-size: 120%;
	font-weight: bold;
	color: #00f;
	margin: 0;
	width: 100%;
	text-align: right;
}
#last {
	float: left;
}
#next {
	float: right;
}

/* contact table */
#contact {
	border: none;
	margin: 0 auto;
}