@charset "utf-8";
#master {
	width: 858px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#header {
	height: 356px;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/top.jpg);
}

body {
	text-align: center;
	margin: 0px;
	background-attachment: scroll;
	background-color: #14371C;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#uppertext {
	height: 184px;
	width: 418px;
	position: absolute;
	left: 301px;
	top: 118px;
}


.headertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
#bodyimage {
	height: 332px;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 356px;
	background-image: url(../images/middle.jpg);
}
#footer {
	height: 78px;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 688px;
}


.headerbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bolder;
}

