body
{
	color: #dddddd;
	background-color: black;
}

a
{
	color: #888888;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

a:visited
{
	color: #888888;
	text-decoration: none;
}

li
{
	list-style-type: none;
	padding: 3px;
}

li:hover
{
	background-color: #555555;
}

div.bodybox
{
	top: 0px;
	left: 25px;
	width: 666px;
	position: absolute;
	background-color: #333333;
	height: auto;
	display: table;
}

div.header
{
	width: 100%;
	text-align: center;
	position: relative;
	background: #333333;
}


div.navigation
{
	position: fixed;
	left: auto;
	right: 2px;
	top: 2px;
	background-color: #444444;
	padding: 5px;
	text-align: center;
	z-index: 100;
	font-size: 9pt;
}

div.section:hover
{
	background-color: #333333;
}

div.phototext
{
	position: relative;
	width: 100%;
	display: table;
}

div.textright
{
	clear: both;
	margin: 20px 20px 20px 10px;
	width: auto;
	float: right;
}

div.textleft
{
	clear: both;
	margin: 20px 20px 20px 10px;
	width: auto;
	float: left;
}

div.textright
{
	clear: both;
	margin: 20px 20px 20px 10px;
	width: auto;
	float: right;
}

div.photo
{
	margin: 10px 10px 10px 10px;
	padding: 5px;
	background-color: #222222;
	text-align: center;
	position: relative;
	width: auto;
}

div.photoright
{
	margin: 10px 10px 10px 10px;
	padding: 5px;
	position: relative;
	background-color: #222222;
	float: right;
	text-align: center;
	width: auto;
	font-size: 11px;
}

div.photoleft
{
	margin: 10px 10px 10px 10px;
	padding: 5px;
	position: relative;
	background-color: #222222;
	float: left;
	text-align: center;
	width: auto;
	font-size: 11px;
}

div.photocenter
{
	padding: 5px;
	background-color: #222222;
	text-align: center;
	font-size: 10px;
}

div.photofloat
{
	border: 1px solid #222222;
	float: left;
	padding: 5px;
	margin: 5px;
}
div.photofloat:hover
{
	background-color: #444444;
}