#wrap {
	margin-bottom: 0;
	}
#header {
	display: none;
	}
	
#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
#content table {
	margin-left: 0px;
	}
	
#content img { border: 0; } 
	
#splashHeadline {
	margin: 8px 0;
	text-align: center;
	font-size: 24px;
	font-family: Georgia, Time, serif;
	color: #ccae74;
	}
	
#homeHeadline {
	margin-top: 15px;
	color: #fff;
	font-size: 22px;
	}
	
.homeImageLinks, .homeImageLinks a:link, .homeImageLinks a:visited, .homeImageLinks a:hover {
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #ccae74;
	}
	
.homeImageLinks a:hover {
	text-decoration: underline;
	}
	
a:link, a:hover, a:visited { border: 0; }
	
.bottomNav { 
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 5px;
	
	text-align: center;
	background-color: #bbc9c9; 
	font-size: 12px;
	}
	
.bottomNav a:link, .bottomNav a:visited, .bottomNav a:hover {
	text-decoration: none;
	color: #003645;
	}
	
.bottomNav a:hover {	
	text-decoration: underline;
	}

table.aboutTable {
	margin: 0;
	padding: 0;
	background-color: #e0c993;
	}
	
table.aboutTable td {
	background-color: #e0c993;
	margin: 0;
	padding: 0;
	}
	
td#aboutImage {
	width: 220px;
	height: 576px;
	background: url('../images/about_left.jpg') top left no-repeat;
	}

	
p.aboutNav a:link, p.aboutNav a:visited, p.aboutNav a:hover {
	text-decoration: none;
	color: #954205;
	font-size: 10px;
	text-align:center;
	}
	
p.about {
	text-align: center;
	font-size: 12px;
	color: #003645;
	padding-bottom: 15px;
	background: url('../images/about_curly.jpg') 250px bottom no-repeat;
	}
/* global styles */
.centered { text-align: center; }
.left { text-align: left; }
.underline { text-decoration: underline; }
.caps { font-variant: small-caps; }
.xlarge { font-size: 120%; }
.large { font-size: 110%; }
.small { font-size: 80%; }

.white { color: #fff; }
.tan { color: #ccae74; }
.brown { color: #954205; }
.darkBrown { color: #652F00; }
.gray { color: #003645; }
.lightGray { color: #bbc9c9; }
.blue { color: #003645; }
.green { color: #6a8a22; }

.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #e0c993;
	text-decoration: underline;
	text-transform: uppercase;
}
.topav a:link, .topnav a:visited, .topnav a:hover {
	text-decoration: none;
	color: #e0c993;
	}
	
.topnav a:hover {	
	text-decoration: underline;
	}
