/* --- GENERAL RULES --- */
body
{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #000;
}

a
{
	color: #000;
	text-decoration: underline;
}

.clearboth { clear: both; }
#container
{
	position:relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	width: 90%;
	background-color: #FFF;
}
#header
{
	position: relative;
	height: 95px;
	margin: 0;
	padding: 0;
}
#header span {
	text-align: center;
	height: 95px;
	font-size: 24px;
	}

#footer, #previous, #next, #back,  #thumbs, #navlist, .none, .copyright { display: none; }


/* --- image styles --- */

.imagefloatright
{
	float: right;
	text-align: center;
	margin: 0px 0px 5px 10px;
	width: 250px;
}

.imagefloatleft
{
	float: left;
	margin: 0px 10px 5px 0px;
	width: 250px;
	text-align: center;
}

.imagegallery
{
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.imagerecord
{
	float: left;
	margin: 10px 10px 20px 0;
	text-align: center;
}


.imagethumb
{
	float: right;
	text-align: center;
	margin: 0 0 0 20px;
	width: 60px;
}

