body
{
	color: #cccccc;
	background-color: black;
	text-align: justify;
	font-family: Tahoma, serif;
	font-weight: lighter;
}

a
{
	text-decoration: none;
	color: green;
}

a:visited
{
	color: green;
}

div.header
{
	width: 850px;
	background-color: black;
}

div.content
{
	position: relative;
	left: 5px;
	width: 850px;
}

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
{
	width: 100%;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:  #333333;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color:  #333333;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:  #333333;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: black;
}

div.section:hover
{
	background-color: black;
	border-style: dashed;
}

div.sectionbottom
{
	width: 100%;
	display: table;
	padding-left: 8px;
	padding-right: 8px;
	border-width: 1px;
	border-style: dashed;
	border-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;
}
