body {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 1080px;
	overflow: hidden;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	color: #999999;
}

#wrapper {
	width: 900px;
	margin: 65px auto;
	height: 100%;
}

#navigation {
	width: 50px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-top: 105px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin-bottom: 10px;
}

#content-wrapper {
	width: 810px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#content.with-video {
	width: 290px;
    max-height: 350px;
	overflow: hidden;
	padding-right: 15px;
	float: left;
}

#content {
	width: 600px;
	min-height: 200px;
	padding-right: 15px;
	float: left;
}

#video-container {
	width: 500px;
	float: left;
}

#footer {
	padding-top: 20px;
	clear: left;
	text-align: right;
}

#footer p {
	margin-bottom: 0;
}

#bio-pictures {
	float: left;
}

#bio-pictures ul {
	list-style-type: none;
}

#bio-pictures img:hover {
	cursor: pointer;
}

#bio-text {
	float: left;
	margin: 15px 0 0 15px;
	width: 400px;
}

a.current {
	font-weight: bold;
	font-size: 12px;
}

#scroll-content {
	float: left;
	height: 350px;
	overflow: hidden;
	white-space: nowrap;
}

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 350px;
	margin-left: 10px;
	background: transparent url(/images/scrollbar-track-bottom.png) no-repeat bottom left;
}

/* top image of track */
#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(/images/scrollbar-track-top.png) no-repeat top left;
}

/* vertical track */
#track3 {
	position: absolute;
	width: 15px;
	height: 350px;
}

/* vertical track handle */
#handle3 {
	width: 15px;
	height: 86px;
}
