.body-wrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(/site_images/bkgrd.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.banner-wrap {
	height: 250px;
	width: 1000px;
}
.flt-lft {
	float: left;
	padding: 6px;
}

.flt-rt {
	float: right;
	padding: 6px;
}


.main-content {
	float: right;
	width: 775px;
}

.menu-wrap {
	float: left;
	width: 215px;
	background-color: #0d09o6;
	height: auto;
	color: #CCCCCC;
}

.text-fields {
	background-color: #EFBF56;
}

.right-column {
	float: right;
	width: 270px;
	background-color: #E9CF7B;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.center-column {
	float: left;
	width: 465px;
	padding: 5px;
	text-align: center;
	color: #FFF;
}

.footer-wrap {
	clear: both;
	height: 100px;
	width: 1000px;
	background-color: #0D0906;
}

.footer-content {
	float: right;
	width: 775px;
}

.all-caps {
	text-transform: uppercase;
}

small-text {
	font-size: xx-small;
}

.small-text {
	font-size: x-small;
	color: #FFF;
}
