﻿div#pageHeader
{
	position: relative;
	margin-bottom: 16px;
	height: 150px;
}
div#pageHeader img.mainImage
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
div#bodyContainer
{
	background-image: url(img/bodyBk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#bodyTop
{
	background-image: url(img/bodyTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#bodyBottom
{
	background-image: url(img/bodyBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#body
{
	position: relative;
	padding: 20px;
	min-height: 200px; height: auto !important; height: 200px;
}
div#pageFootnote
{
	margin-top: 15px;
	min-height: 20px; height: auto !important; height: 20px;
}
