body {
	margin: 0px; /*no indentation*/
	padding: 0px; /*no surrounding space*/
	background-color: #99CCFF;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0px;
	}

h1	{
	font-family: Arial;
	font-size: 24px;
	}

h2	{
	text-align: left;
	font-family: Georgia, Tahoma, Times New Roman, Arial;
	font-size: 20px;
	font-weight: bold;
	}

div#mainpage {
	position: absolute;
	left: 50%; /*this is to center the whole page*/	
	width: 800px;
	margin-left: -400px; /*half of the width*/
	z-index: 0;/*first to be displayed*/
	}

#navcontainer ul {
	margin-top: 20px;
	padding-left: 0;
	margin-left: 0;
	background-color: #0000FF;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	z-index: 1;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	font-size: 0.9em;
	padding: 0.2em 1em;
	background-color: #0000FF;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #00CC33;
	color: #fff;
	}

div#bibaklogo  {
	Position: absolute;
	margin-top: 60px; /*margin from the top*/
	margin-left: 250px;
	z-index: 2;
	}

div#maincontent {
	position: absolute;
	margin-top:170px; /*margin from the top*/
	margin-left:0px;
	width: 738px;
	padding: 30px;
	border: solid 1px #4169e1;/*border*/
	font-family: Arial;
	font-size: 18px;
	color: #000000;/*color of letters is black*/
	text-align: center;
	z-index:3;
	}
