body
{
	margin: 0;
	padding: 0;
	background-color: #691b36;
}

#logotext span
{
	position: absolute;  /* this allows text to be hidden by graphic */
	height: 160px;
	width: 806px;
	background: url(img/about/LogoBanner.jpg) no-repeat top center;

}

#content
{
	position: relative;  /* this stuff is for centering */
	width: 806px;
	left: 50%;
	margin-left: -403px;
	background: url(img/about/newextendedbackground.jpg) no-repeat top left;
	background-color: #fff; /* so text can be read when images are turned off */
}

#welcome
{
	float:left;
	margin-top: 0px;
	margin-left: 76px;
	width: 578px;
	min-height: 340px;
	background: url(img/about/rightsideextended.jpg) repeat-y top right;
}

#headerimage
{
	height: 48px;
	width: 469px;
	margin-top: 33px;
	padding: 0px;
	background: url(img/about/WelcomeBanner.jpg) no-repeat left top;
}

#underlinediv
{
	clear:both;
	display:block;
	height: 5px;
	width: 806px;
	background: url(img/about/underline.jpg) no-repeat bottom center;
}

#bottoml
{
	float: left;
	height: 29px;
	width: 18px;
	background: url(img/about/backgroundbottom1.jpg) no-repeat bottom left;
}

#bottomc
{
	float: left;
	height: 29px;
	width: 764px;
	background: url(img/about/backgroundbottom2.jpg) repeat-x bottom left;
}

#bottomr
{
	float: left;
	height: 29px;
	width: 24px;
	background: url(img/about/backgroundbottom3.jpg) no-repeat bottom left;
}
