#wrap {
	
	background-color: #536465;
	margin-bottom: 0;
	}
	
#content {
	width: 800px;
	margin: 0;
	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;
	border: 5px solid #bbc9c9;
	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: 16px;
	background: url('../images/about_curly.jpg') 250px bottom no-repeat;
	}