	html {
		text-align: left;
		background-image: url(images/background_home.jpg);
		background-color: #999999;
		background-position: center 3px;
		background-repeat: no-repeat;
		font-size: 13px;
		font-family: "Helvetica", Verdana, Arial, sans-serif;
		}

	h1 {
	color: #595959;
	margin-bottom: -1px;
	font-style: italic;
	background-position: center 0px;
	background-repeat: no-repeat;
	font-size: 1.75em;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	 }

	h2 {
	margin-top: -3px;
	background-position: center 0px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	 }



body { margin: 0; padding: 0; }



    #topbar {
/*
			margin-right: auto;
			margin-left: auto;
*/
			margin: 0 auto;
			position: relative;
			height: 90px;
			width: 900px;
			background-position: center;
			background-repeat: no-repeat;
			display: block;
			text-align: center;
			background: url('images/_header_common.gif') no-repeat top left;
		}
		#bottombar {
			color: white;
			font-size: 10px;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			margin-right: auto;
/*			margin-top: -440px; */
			margin-top: -20px;
			margin-left: auto;
			position: static;
			height: 93px;

			width: 900px;
			background-position: center top;
			background-repeat: no-repeat;
			text-align: center;
		}

		#heading {
			border-bottom-width: 0px;
			border-right-width: 0px;
			margin-right: auto;
			margin-left: auto;
			display: block;
			text-align: right;
			margin-top: -20px;
		}
		#heading {
			color: #262626;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: 11px;
			margin-bottom: 15px;
			width: 900px;
			display: block;
			text-align: right;
		}
		#heading * {
			border-right-style: none;
			padding: 10px;
			display: inline;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			color: #2d66ff;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		#wrapper {
		border-width: 0px;
		border-style: none;
/*		z-index: 0; */
		margin-left: auto;
		margin-bottom: 1em;
		margin-right: auto;
		margin-top: 1.75em;
		}

#main_div { margin: 20px auto 0 auto;  width: 900px; height: 550px; background: white; }

		#panes {
			line-height: 1.5em;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			color: #3f3f3f;
			max-height: 800px;
			min-height: 800px;
			height: 400px;
			margin-left: auto;
			margin-bottom: -26px;
			margin-right: auto;
/*			margin-top: 0; */
			margin-top: -15px;
			width: 900px;

			background-repeat: no-repeat;
			text-align: left;
			border-style: none;
			/*width: 245px;*/
		}

		#panes p {
		  margin-left: auto;
		  margin-right: auto;
		  margin-top: 0;
		  width: 775px;
		  line-height: 1.2em;
		}

		#panes div div { overflow: hidden; }

		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }

		hr {
			border-color: #ff8b34;
			border-style: solid;
			background-color: #ff8b34;
			height: 2px;
		}