a {
	color: red;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	height: 100%;
	background-color: #FFFFFF;
}
#bgContainer {
	position: absolute;
	background-image: url(../img/bg_balk.gif);
	top: 50%;
	margin-top: -251.5px;
	left: 0;
	width: 50%;
	height: 503px;
	background-repeat: repeat-x;
}
img {
	border: 0;
}
#nav1 {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -442.5px;
	width: 885px;
	top: 50%;
	margin-top: -300px;
	height: 48px;
	text-align: center;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	font-size: 11pt;
	font-family: "Myriad Pro Cond", "Arial";

}
ul.menu li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
ul.menu li a {
	color: #909090;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #234d9f;
	text-decoration: none;
	background-image: url(../img/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -473.5px;
	margin-top: -251.5px;
	width: 947px;
	height: 503px;
	background-image: url(../img/bg.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#nav2 {
	z-index: 999;
	position: absolute;
	right: 0px;
	width: 21px;
	top: 68px;
	background-image: url(../img/menu2_bg.gif);
	height: 96px;
}

#nav2 a {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 11px;
	height: 11px;
	background-color: #f3989c;
}
#nav2 a:hover {
	background-color: #ffffff;
}

#legal {
	position: absolute;
	width: 885px;
	left: 50%;
	margin-left: -442.5px;
	top: 500px;
}
#legal a {
	position: relative;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	top: -5px;
}
#legal a img {
	position: relative;
	top: 5px;
}
#contentContainer {
	position: relative;
	padding: 10px;
	padding-left: 31px;
	padding-right: 31px;
	width: 885px;
	height: 483px;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: 32px 11px;
}
#bgOverlay {
	background-image: url(../img/bg_overlay.gif);
	background-repeat: no-repeat;
	background-position: 32px 11px;
}
#contentText {
	position: absolute;
	top: 229px;
	left: 492px;
	height: 254px;
	width: 465px;
	font-size: 9pt;
	line-height: 30px;
	text-align: justify;
	overflow: hidden;
}

#contentTitle {
	position: absolute;
	top: 0px;
	left: 492px;
	height: 209px;
}
#contentPictures {
	float: left;
	width: 461px;
	height: 483px;
}
#contentScroll {
	height: 254px;
	padding-right: 70px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; right: 0px;
}

.vscrollerbase {
	position: absolute;
width: 0px;
margin-left: -40px;
border-left: solid #164399 1px;
}
.vscrollerbar {
	position: absolute;
	left: 0px;
	border-left: solid #164399 2px;
	width: 18px;
	background-image: url(../img/scrollhandle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.hscrollerbase {
height: 20px;
background-color: white;
}
.hscrollerbar {
height: 20px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
.thumb {
margin-top: 1px;
margin-bottom: 1px;
}


#botholder {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
}
#thumbscroller {
	height:50px;
	padding:5px 5px 25px 5px;
	background:#f00;
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
}
#thumbholder {
	position:relative;
	white-space:nowrap;
}
#botholder a {
	padding:5px;
	background:#f00;
	color:#fff;
	font-weight:900;
	text-decoration:none;
}

a.switcher {
	font-size:.8em;
	margin-left:25px;
}

