body {
	margin: 0;
	padding: 0;
	background: #19325b;
	font: 90% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#wrapper {
	position: relative;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#navbar {
	width: 209px;
	position: absolute;
	top: 0;
	left: 0;
}

#splash {
	position: absolute;
	width: 323px;
	top: 60px;
	left: 340px;
}

#about {
	position: absolute;
	top: 140px;
	left: 230px;
	width: 500px;
}

#gallery {
	position: absolute;
	top: 40px;
	left: 215px;
	width: 570px;
}

#gallery table.centered {
	margin: 0 auto;
}

#topnav {
	position: absolute;
	top: 50px;
	left: 230px;
	padding-left: 30px;
}

.description {
	font-size: .9em;
}

span.title {
	font-weight: 600;
}

td.padded {
	padding-top: 4px;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
}

.about-right {
	float: right;
	margin: 5px 0px 20px 20px;
}

.clearright {
	clear: right;
}

.table-margin {
	margin-bottom: 10px;
}

.smaller {
	font-size: .85em;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}

.textright {
	text-align: right;
}

.right2 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
}

.paradown {
	margin-top: 70px;
}

img {
	border-style: none;
}

a:link {
	color: #FFFF66;
}

a:visited {
	color: #FFCC00;
}

a:active {
	color: #FFCC00;
}
.imgBorderSmall {
	border: solid 5px #000;
}