/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CFBC91;
	font-size: small;
	text-align: center;
	background-image: url(../images/BodyBackground.gif);
	background-repeat: repeat;
}

#container {
	width: 1001px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/ContentBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	width: 1000px;
	height: 130px;
	background-image: url(../images/HeaderTop.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
}
#headerBackground {
	width: 970px;
	height: 118px;
	background-image: url(../images/StoneTreeLogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation {
	float: left;
	clear: both;
	height: 40px;
	width: 757px;
	background-image: url(../images/NavigationBackground.gif);
	background-repeat: repeat-y;
	padding-left: 295px;
}

#content {
	width: 1000px;
	clear: both;
	min-height: 388px;
	background-image: url(../images/ContainerBackground.gif);
}

#mainSingleColumn {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 15px;
}

#mainLeftSidebar {
	float: left;
	width: 273px;
	margin-right: 15px;
	margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 15px;
}
#mainTwoColumn {
	float: right;
	width: 637px;
	margin-right: 30px;
	margin-left: 15px;
	padding-top: 12px;
	padding-bottom: 15px;
}

.leftSide {
	float: left;
	width: 460px;
	padding-left: 10px;
}
.rightSide {
	float: right;
	width: 460px;
}

.clear {
	clear: both;
}

#footer {
	width: 1000px;
	height: 111px;
	clear: both;
	background-image: url(../images/FooterDivider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#footerLeft {
	float: left;
	width: 310px;
	height: 12px;
	margin-top: 12px;
	margin-left: 30px;
}
#footerRight {
	float: right;
	width: 623px;
	height: 76px;
	margin-top: 12px;
}

#footerNavigation {
	height: 76px;
	width: 312px;
	float: left;
}
#footerNatchezStone {
	position:absolute;
	height: 76px;
	width: 168px;
	float: right;
	right: 0px;
	bottom: 20px;
}

#footerBottom {
	background-image: url(../images/FooterBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	width: 1000px;
	height: 112px;
}

