	html {
		background-image: url(images/background_home.jpg);
		background-color: #999999;
		text-align: left;
		background-position: center 3px;
		background-repeat: no-repeat;
		font-size: 13px;
		font-family: "Helvetica", Verdana, Arial, sans-serif;
		}

	h1 {
	background-position: center 0px;
	background-repeat: no-repeat;
	font-size: 15px;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	 }

    #nav-example {
    background:url(images/nav-final.jpg) no-repeat;
    width:900px;
    height:45px;
    margin:0;
    margin-left: auto;
	margin-right: auto;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:45px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 199px;}
    #nav-example-02 {width: 174px;}
    #nav-example-03 {width: 156px;}
    #nav-example-04 {width: 174px;}
    #nav-example-05 {width: 193px;}

    #nav-example-01 a:hover {background:url(images/nav-final.jpg) 0px -45px no-repeat; }
    #nav-example-02 a:hover {background:url(images/nav-final.jpg) -199px -45px no-repeat; }
    #nav-example-03 a:hover {background:url(images/nav-final.jpg) -373px -45px no-repeat; }
    #nav-example-04 a:hover {background:url(images/nav-final.jpg) -529px -45px no-repeat; }
    #nav-example-05 a:hover {background:url(images/nav-final.jpg) -703px -45px no-repeat; }

    #topbar {
			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.gif') no-repeat top left;
		}
		#bottombar {
			color: white;
			font-size: 10px;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			margin-right: auto;
			margin-left: auto;
			position: static;
			height: 60px;
			width: 900px;
			background-position: center top;
			background-repeat: no-repeat;
			display: block;
			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 {
			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 { margin: 0 auto; width: 900px; height: 427px; }
		#main{width: 900px; height: 427px; background-color: #fff;}

		#panes {
			font-family: Helvetica, Verdana, Arial, sans-serif;
			color: black;
			max-height: 400px;
			min-height: 400px;
			height: 400px;
			margin-left: auto;
			margin-bottom: -26px;
			margin-right: auto;
			margin-top: 0;
			width: 900px;

			background-repeat: no-repeat;
			text-align: justify;
			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-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: none; background-color: #ff8b34; height: 2px;}