body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.png);
	color: 333333;
}
body {
	background-color: #581e00;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
}
a:link {
	color: #581e00;
	text-decoration: none;
}
a:visited {
	color: #9c723d;
	text-decoration: none;
}
a:hover {
	color: #581e00;
	text-decoration: underline;
}
a:active {
	color: #581e00;
	text-decoration: underline;
}
.boldred14 {
	font-weight: bold;
	color: #581e00;
}
ul {
	margin-top: 2px;
}


/*   ---container divs---   */


#CenterContainer {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#LeftShadowContainer {
	position: relative;
	float: left;
	width: 20px;
	height: 700px;
}
#LogoContainer {
	position: relative;
	float: left;
	width: 490px;
	height: 235px;
}
#TopPhotoContainer {
	position: relative;
	float: left;
	width: 270px;
	height: 235px;
}
#RightShadowContainer {
	position: relative;
	float: right;
	width: 20px;
	height: 700px;
}
#TextBackgroundAndSigContainer {
	position: relative;
	float: left;
	width: 490px;
	height: 465px;
}
#TextContainer {
	position: absolute;
	width: 400px;
	left: 50px;
	top: 0;
	overflow: visible;
	text-align: justify;
	z-index: 100;
}
#BottomPhotoContainer {
	position: relative;
	float: left;
	width: 270px;
	height: 465px;
}
#BottomLeftCornerShadowContainer {
	position: relative;
	float: left;
	clear: left;
	width: 20px;
	height: 20px;
}
#BottomShadowContainer {
	position: relative;
	float: left;
	width: 760px;
	height: 20px;
}
#BottomRightCornerShadowContainer {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
}