html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	/*background:url('page_bg.jpg') 50% 50% no-repeat #FC3;*/
	font-family:'Century Gothic',verdana,arial,helvetica,sans-serif;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-315px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:630px;
	width:735px;
	margin:0 auto;
	background:#fff;

}

#header {
	position:absolute; left:0px; top:0px;
	width: 737px;
	border-bottom: 1px solid black;
}

#header .caption {
	position: absolute;right: 0px;
	top: 19px;
	color: #898989;
	font-size: 13px;
}

a {
	color: #898989;
}

#menu-right a {
	text-decoration: none;
}

#menu a {
	text-decoration: none;
}

#menu-right a:hover, #menu a:hover {
	color: black;
}

a.visited {
	color: #898989;
}

#footer {
	position:absolute; left:0px; bottom:15px;
	width: 738px;
	height: 49px;
}

#footer .copy {
	color: #898989;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer img {
	padding-top: 12px;
}

 
#nav {
	position:absolute; left:0; top:0; bottom:0; right:70%;
	padding:20px; margin:10px;
}
 
#content {
	position:absolute; left:0px; top:49px;
	overflow:hidden;
	height:490px; width:735px;
	padding:0; margin:0;
	border: 1px solid black;
}

#content td, #content p {
	font-size: 12px;
}

#logo {
	background-image: url("logo.gif");
	height: 41px;
	width: 182px;
	display: block;
}

#menu{
	position: absolute;
	top: 546px;
}

#menu ul {
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 9px;
}

#menu ul li a.selected, #menu-right ul li a.selected {
	font-weight: bold;
}

#menu-right{
	position: absolute;
	top: 546px;
	right: 0px;
}

#menu-right ul {
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

#menu-right ul li {
	float: right;
	margin: 0px;
	padding: 0px;
}

#menu-right ul li a {
	display: block;
	font-size: 12px;
	margin-left: 9px;
	margin-right: 0px;
}




div.galleryPagination a, div.galleryPagination {
	font-size: 12px;
}



div.slideshowControls {
	height: 22px;
	position: absolute;
	top: 505px;
	left: 600px;
	display: none;
}

div.slideshowControls a {
	height: 22px;
	width: 22px;
	display: block;
	margin-right: 10px;
	float: left;
}

div.slideshowControls a.previous {
	background-image: url("previous.gif");
}

div.slideshowControls a.next {
	background-image: url("next.gif");
}

div.slideshowControls a.play {
	background-image: url("play.gif");
}

div.slideshowControls a.play-off {
	background-image: url("play-off.gif");
}

div.slideshowControls a.stop {
	background-image: url("stop.gif");
}
div.slideshowControls a.stop-off {
	background-image: url("stop-off.gif");
}





#gallery {
	/*background-color: #ede7f4;
	border-top: 2px solid white;*/
}

#gallery .inner {
	margin: 25px;
	
}

#gallery div.gallery-frame {
	margin-top: 25px;
	margin-bottom: 40px;
}

#gallery div.thumbnail {
	width: 100px;
	height: 121px;
	background-color: white;
	float: left;
	margin-right: 10px;
	
}

#gallery div.thumbnail div.imageHolder {
	height: 100px;
	width: 100px;
	border: 1px solid black;
	position: relative;
}

#gallery div.thumbnail img {
	position: absolute;
}


#gallery div.thumbnail div.caption {
	overflow-y: auto;
	margin-top: 1px;
	margin-left: 0px;
	text-align: center;
	height: 20px;
	width: 100px;
	font-size: 11px;
	color: #646464;
}
