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

body {
	background-image: url(../img/bgcorrugated.jpg);
	background-repeat: repeat-y;
}
#HEADER {
	position:absolute;
	left:0;
	top:0;
	width:548px;
	height:108px;
	z-index:1;
}
#PHOTObox {
	position:absolute;
	left:40px;
	top:134px;
	width:184px;
	height:164px;
	z-index:2;
}
#textboxbelow {
	position:absolute;
	left:59px;
	top:572px;
	width:500px;
	height:243px;
	z-index:3;
	overflow: auto;
}
.BelowBodyText {
	color: #CCCCCC;
	font-size: 20px;
}
.bodytext {
	color: #FFFFFF;
	font-size: 1.2ems;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
 }
