body {
	background: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #D0D0D0;
}
a:link, a:visited {
	color: #585858;
	text-decoration: none;
}
a:hover {
	color: #9E0B0E;
	text-decoration: none;
}

#navigation {
	float: left;
	width: 200px;
	height: 650px;
	position: relative;
}
#navigation #navigation_header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 10px;
	height: 29px;
}
#navigation ul {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 150px;
}
#navigation ul li {
	margin-bottom: 10px;
	padding: 0px;
}
#navigation ul li #submenu {
	display: block;
	height: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation ul li:hover #submenu {
	display: block;
	height: auto;
	margin-top: 10px;
}

#navigation #navigation_footer {
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 100px;
	text-align: center;
}
#navigation #navigation_footer table {
	margin: 0 auto 0 auto;
	width: 90px;
}
#navigation #navigation_footer a {
	display: inline-block;
	width: 14px;
	height: 20px;
	background-position: 0px 0px;
}
#navigation #navigation_footer a:hover {
	display: inline-block;
	width: 14px;
	height: 20px;
	background-position: 0px -20px;
}
#navigation #navigation_footer #bignum {
	color: #7E7E7E;
	text-align: center;
	font-size: 2.0em;
}

#outline {
	margin-left: 200px;
	padding-top: 19px;
}

#line {
	width: 800px;
	height: 1px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0px;
	background-color: #9A9A9A;
	font-size: 0px;
	line-height: 0px;
}
#line.scroll {
	width: 820px;
}

#content {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 1.5em;
}
#content.scroll {
	overflow: scroll;
	width: 820px;
	height: 620px;
}
#content.autosize {
	height: auto;
}
#content img.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.portrait {
	float: right;
	margin-right: 300px;
}
#content p {
	margin: 7px 5px 7px 5px;
}
#content #grouptitle {
	margin-top: 15px;
	text-align: center;
}
#content h1 {
	display: none;
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-decoration: underline;
}

.fakeList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
