body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #542d24;
}
.oneColFixCtr #container {
	width: 984px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #986d5b;
	text-align: justify;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #542d24;
	background-image: url(images/bkgdstripeTile.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 487px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 100px;
}
.oneColFixCtr #mainContent {
	height: 416px;
	padding-bottom: 0;
	overflow: auto;
	background-repeat: no-repeat;
	width:984px;
	float:left;
	background-image: url(images/bkgd_imagehome2.jpg);
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #98110d;
}

.oneColFixCtr #innercontent {
	padding-bottom: 0;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 36px;
	float:none;
	height: 1%;
}
#footer {
	margin-top: 22px;
	float:left;
	width:984px;
	text-align: center;
}
#content {
	height: 300px;
	width: 580px;
}
#leftColumn {
	float: left;
	width: 240px;
}
#rightColumn {
	float: right;
	height: 200px;
	width: 300px;
	margin-top: 64px;
}
#rightColumn-alltext {
	float: right;
	height: 200px;
	width: 300px;
}
#logo {
	float: left;
	height: 58px;
	width: 228px;
	margin-bottom: 10px;
}
#leftimage {
	height: 224px;
	width: 224px;
	float: left;
	border: 1px solid #FFFFFF;
}
#righttext {
	text-align: justify;
	float: right;
	width: 300px;
}
