* { margin:0; padding:0; }
body {
	background-color: #f7f7f7;
	color: #000000;
	font-family: "Courier New";
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
	}
a {
	color: #959595;
	background-color: transparent;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	background-color: #000000;
	}
a.inactive {
	color: #959595;
	background-color: transparent;
	}
a.inactive:hover {
	color: #ffffff;
	background-color: #000000;
	}
a.active{
	color: #ffffff;
	background-color: #000000;
	}
#header {
	width: 700px;					/* 675 + margin(25) */
	margin: 75px auto 0 auto;
	padding-left: 200px;			/* menu + padding */
	}
label {
	color: #ea0238;
	}
#bgTop {
	height: 5px;
	background: #f7f7f7 url(bgup.jpg) repeat-x right top;
	margin-top: 10px;
	}
#contentWrapper {
	width: 900px;					/* menu + padding + 675 + margin(25)*/
	margin: 15px auto 0 auto;
	height: 450px;
	position: relative;
	}
#scrollArrows {
	width: 675px;					/* 675 + padding-right(25) */
	padding-right: 25px;
	margin: 5px auto 5px auto;
	padding-left: 200px;			/* menu + padding */
	text-align: center;
	position: relative;
	}
#scrollPos {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 25px;
	}
#bgBottom {
	height: 5px;
	background: #f7f7f7 url(bgun.jpg) repeat-x right top;
	margin-top: 15px;
	}

#menuTop {
	width: 150px;					/* adjust */
	position: absolute;
	padding-right: 50px;
	text-align: right;
	}
#menuBottom {
	width: 150px;					/* adjust */
	position: absolute;
	padding-right: 50px;
	margin-bottom: -2px;
	bottom: 0;
	text-align: right;
	}





#vertscrollarea {
	width: 675px;
	margin-right: 25px;
	position: absolute;
	left: 200px;					/* menu + padding */
	height: 450px;
	overflow: hidden;
	}
.horizscrollarea {
	width: 675px;
	height: 450px;
	overflow: hidden;
	}
.section {
	width: 675px;
	height: 450px;
	overflow: hidden;
	text-align: justify;
	line-height: 150%;
	float: left;
	background: transparent url(loader.gif) no-repeat center center;
	position: relative;
	}
.section img {
	display: block;
	margin: auto auto auto auto;
	}

.section #copyright {
	position: absolute;
	bottom: -2px;
	}
	
	
	
ul.toolbar {
	list-style: none;
	}
.toolbar li {
	margin: 0px auto 0px auto;
	}
/*.toolbar li a {
	color: #959595;
	text-decoration: none;
	}*/
/*.toolbar li.active a {
	color: #333333;
	}
.toolbar li.inactive a {
	color: #959595;
	}*/

	
/*.scrollarrow {
	width: 15px;
	height: 450px;
	position: absolute;
	}
.scrollarrow a {
	width: 15px;
	height: 450px;
	position: absolute;
	text-indent: -999px;
	overflow: hidden;
	}
#scrollleft {
	left: 180px;
	top: 0;
	background: #f7f7f7 url(arrowleft.jpg) no-repeat left 75%;
	}
#scrollright {
	right: 0;
	top: 0;
	background: #f7f7f7 url(arrowright.jpg) no-repeat right 75%;
	}*/
	
