* {
	margin:0;
	padding:0;
}
html, body {
	text-align:center;
	font-family:serif;
}
.floatLeft {float:left;}
.floatRight {float:right;}
.center {text-align:center;}
.clearBoth {clear:both;}
#logo {margin-bottom:20px;}
#searchbox {display:none;}
#menuOneWrapper, #menuTwoWrapper, #menuThreeWrapper {display:none;}
h1, h2, h3 {
	font-family:"Century Gothic", Arial, sans-serif;
	letter-spacing: 1px;
}
#pageContent {text-align:left;}
#photoColumn, #slideshowWrapper {
	width:356px;
	min-height:400px;
	position:relative;
}
.slide {position:absolute;}
#photoMedium img, #slideshowWrapper img {border:1px solid #000;}
#photoCaption {text-align:center;}
#photoCaption h3 {font-size: 16pt;}
#textColumn {padding-bottom:10px;}
#textColumn p, #photoColumn p {margin:4px 0 8px 0;}
#textColumn ul, #photoColumn ul {
	padding:0 0 15px 15px;
	list-style-position:outside;
	font-size:95%;
}
#textColumn table {
	margin:10px 0;
	border: 1px solid #5d5b4d;
	font-size:90%;
}
#textColumn table td, #textColumn table th {
	padding:2px;
	border: 1px dotted #5d5b4d;
	font-weight: normal;
}
#textColumn table th {
	background: #ddd;
}
#footer {clear:both;}
#footer li {
	display:inline;
	margin:0 5px;
}
