@charset "utf-8";
body {

position: relative;

margin: 0 auto; /**this centers the page on screen**/


}


.background {
	background-attachment: scroll;
	background-image: url(Images/header6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#textbox {
	position: absolute;
	top: 460px;


	margin:0 auto
	width: 500px;
	height: auto;
	z-index: 1;
	left: 20%;
	right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#pageheader {
	position: absolute;
	left: 20%;
	top: 250px;


	margin:0 auto
	width: 170px;
	height: 45px;
	z-index: 2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	text-align: center;
	right: 20%;
	font-weight: normal;
	background-color: #FFF;
}

#menubarstyle {
	position:absolute;
	top:145px;
	width:100%;
	height:29px;
	z-index:3;
	background-color: #FFFFFF;
}
a:link {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(102,102,102,1);
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#contentimage {
	position: absolute;
	top: 4000px;
	margin:0 auto
	width: 500px;
	height: 74px;
	z-index: 1;
	left: 20%;
	right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
