/* CSS Document */

body {
	background: url("../images/bkgnd.gif");
	background-repeat:repeat;
	background-color: #9C360E;
	font-size: 90%;
}

/* Vertical centering hacks courtesy of www.hicksdesign.co.uk */

/* styles for IE5 mac */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* following rules are invisioble to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width:603px;
}
/* end IE 5 hack */

#boxing {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 603px;
	height: 538px;
	margin: 0px auto;
}

#main {
	width: 603px;
	height: 538px;
	position: absolute;
}
	
#mast {
	background: url(../images/header.gif);
	position: absolute;
	top: 40px;
	left: 0px;
	height: 185px;
	width: 604px;
	z-index: 1;
}

#body {
	background: url(../images/bkgnd_parchment.jpg);
	width: 603px;
	height: 538px;
	position: absolute;
	top: 41px;
}

#content {
	position: absolute;
	left: 0px;
	top: 185px;
	width: 603px;
	height: 275px;
}

#body_text p {
	color: #000;
	font: .75em/1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#body_text_frame {
	height: 235px;
	width: 570px;
	top: 5px;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	padding: 10px;
	margin: 5px;
}

#footer {
	background: transparent;
	width: 603px;
	height: 60px;
	position: absolute;
	top: 500px;
	text-align: center;
	z-index: 1;
}

#credit {
	width:175px;
	height: 18px;
	position:absolute;
	top: 580px;
	left: 425px; 
}

.img {
	border: 0px;
}