body
{
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
	margin: 0px
}

a {
		color: #ffffff;
		font-family: Georgia;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
	text-decoration:none;
}

a:hover {
		color: #f7e199;
}

a:active {
		color: #f7e199;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.kop
	{
		color: white;
		font-family: Georgia;
		font-size: 11px;
		line-height: 18px;
		font-weight: bold;
	}

.wit
	{
		color: white;
		font-family: Georgia;
		font-size: 11px;
		line-height: 18px;
	}

.navigation
{
	position: absolute;
	top: 438px;
	left: 25px;
	width: 490px;
	text-align: right;
}

.holder
{
	position: absolute;
	top: 100px;
	left: 25px;
}

.scroll-pane {
	width: 540px;
	height: 315px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

.quote
	{
		color: white;
		font-family: Georgia;
		font-size: 10px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

.quotegeel
	{
		color: #f7e199;
		font-family: Georgia;
		font-size: 10px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
#pane1
{
	color: #f7e199;
	padding-right: 20px;
	text-align: right;
}

#links
{
	font-size: 10px;
	font-family: Georgia, serif;
	text-align: right;
	position: relative;
	bottom: 241px;
	left: -90px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	line-height: 15px;
}

#content    
	{
	background-color: #000000;
	margin-left: -475px;
	position: absolute;
	top: -345px;
	left: 50%;
	width: 949px;
	height: 689px;
	visibility: visible;
	}

#horizon        
	{
	color: white;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: hidden;
	display: block;
}

