html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

#mainholder {
	position: relative;
	margin: auto;
	text-align: left;
	width: 900px;
}

#main {
	position: relative;
	width: 900px;
	height: 588px;
	background-image: url(../pic/background.png);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	left: 81px;
	top: 45px;
	z-index: 2;
}

#topnav {
	position: absolute;
	left: 190px;
	top: 4px;
}

#topnav a {
	margin-left: 81px;
}

#mainnav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 260px;
	top: 50px;
	list-style-type: none;
	z-index: 3;
}

#mainnav li {
	display: inline;
	margin-left: 11px;
	position: relative;
}

#mainnav ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 310px;
	top: 22px;
	left: -11px;
}

#headimage {
	width: 622px;
	height: 171px;
	position: absolute;
	top: 97px;
	left: 139px;
	z-index: 1;
}

#headimage img {
	width: 622px;
	height: 171px;
	position: absolute;
}

#content-image {
	position: absolute;
	left: 132px;
	top: 315px;
}

#content-headline {
	position: absolute;
	left: 450px;
	top: 315px;
}

#content-holder {
	position: absolute;
	left: 450px;
	top: 352px;
	width: 339px;
	font-size: 11px;
	color: #585858;
}

#content-scroll {
	height: 213px;
}

#content-text {
	width: 320px;
}

a {
	color: #8A171F;
	text-decoration: none;
}

h2 {
	color: #8A171F;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 2px 0;
}

/*
 * Scroll bar
 */
 
.jScrollPaneTrack {
	display: none;
	background-color: #FFFFFF !important;
}

.jScrollPaneDrag {
	background-color: #8A171F !important;
}

.jScrollArrowUp {
	background-image: url(../pic/scroll-up.png);
	height: 11px !important;
}

.jScrollArrowDown {
	background-image: url(../pic/scroll-down.png);
	height: 11px !important;
}
