body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(images/background.gif);*/
	background-image: url(images/wood_panels.jpg);
	font-family: Trebuchet MS, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contentWrapper {
	position: absolute;
	left: 50%;
	margin-top: 10px;
	width: 736px;
	margin-left: -368px;
	background-image: url(images/paper_middle.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.contentTop {
	height: 14px;
	background-image: url(images/paper_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.contentBottom {
	height: 58px;
	background-image: url(images/paper_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.contentBody {
	position: relative;
	left: 18px;
	width: 706px;
}

.contentDivider {
	position: relative;
	left: -18px;
	width: 736px;
	background-image: url(images/paper_divider.gif);
	background-position: left;
}

.flashHolder {
	position: relative;
	left: -18px;
	width: 736px;
}

.contentBody h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #993300;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.contentBody p {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.copyrightArea {
	position: absolute;
	margin-top: 50px;
	padding: 3px;
}
