/* CSS Document */

#header { 	position: absolute;  }
#headerOutside { 	position: absolute; }

#leftBack { display: none;  }
#rightBack { display: none; }

#menuBar {
	height:30px;
	font-size: 18px;
}
#menuBar a {
	height: 27px;
	padding-top: 2px;
	margin-right: 6px;
}
#menuBar p {
	height: 29px;
	padding-top: 3px;
	float: left;
	margin-top: -1px;
	margin-right: 6px;
}
#subMenuBar {
	margin-top: 30px;
	height:35px;
	font-size: 18px;
	padding-left: 2px;
}
#subMenuBar a {
	margin-top: 6px;
	padding-top: 3px;
	height: 25px;
}
#subMenuBar p {
	margin-top: 5px;
	padding-top: 4px;
	height: 27px;
}

.scrollText {
	margin-top: 446px; 
	height: 30px;
	font-size: 18px;
}
#scrollButtonBox {
    height: 30px;
	padding-top: 12px;
	padding-right: 10px;
	font-size: 20px;
	
}
.scrollButton {
    height: 26px;
}



