/* CSS Document */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
img, img a {
	border: 1px solid #FFFFFF;
}
#wrapper {
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 178px;
	width: 475px;
	background-image: url(../images/masthead.jpg);
}
#navigation {
	height: 22px;
	width: 475px;
	text-align: center;
	background-color: #333333;
}
.navigationtext, .navigationtext ul {
	display: block;
	font-size: small;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px 4px 4px 4px;
	color: #FFFFFF;
}
.navigationtext li, .navigationtext li a:link, .navigationtext li a:visited, .navigationtext li a:active {
	display: inline;
	font-size: small;
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px 4px 4px 4px;
	color: #FFFFFF;
}
.navigationtext li a:hover {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px 4px 4px 4px;
}
#content {
	width: auto;
	height: auto;
	margin-top: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
.biofoto {
	padding-right: 10px;
	padding-bottom: 10px;
}
table {
	border: none;
	padding: 0px;
	margin: 0px
}
table td {
	padding: 7px;
}
#footer {
	height: 17px;
	width: 475px;
	background-color: #666666;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 3px;
	font-size: x-small;
	text-align: center;
}
#splash {
	width: 544px;
	height: 439px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/splash.jpg)
}
#splashnav {
	width: 544px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #333333;
}
.splashnavtext, .splashnavtext ul {
	display: block;
	font-size: small;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px 4px 4px 4px;
	color: #FFFFFF;
}
.splashnavtext li, .splashnavtext li a:link, .splashnavtext li a:visited, .splashnavtext li a:active {
	display: inline;
	font-size: small;
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 2px 4px 4px 4px;
	color: #FFFFFF;
}
.splashnavtext li a:hover {
	text-decoration: none;
	background-color: #666666;
	color: #FFFFFF;
	padding: 2px 4px 4px 4px;
}
#footersplash {
	width: 544px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;	
	background-color: #000000;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}