#banner {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image: url(images/theme/backgrnd.jpg);
}
#navBar {
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 100px;
	text-align: center;
	background-color: #000066;
}
#mainBody {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 150px;
	height: 515px;
	text-align: center;
}
.linkLibDefaultText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
