@charset "UTF-8";
/* CSS Document */

#banner {
	position: absolute;
	height: 50px;
	width: 95%;
	top: 5px;
	left: 5px;
	text-decoration: none;
}
#navbar {
	position: absolute;
	height: 20px;
	width: 95%;
	top: 60px;
	left: 5px;
	font-size: 10pt;	
}
#menu {
	position: absolute;
	top: 90px;
	left: 5px;
	height: 300px;
	width: 120px;
	}
#maintext {
	position:absolute;
	left:130px;
	top:90px;
	width:700px;
	height:auto;
	padding:0px;
	vertical-align: top;
	}
