@charset "UTF-8";

div.columnContainer {
	background-color: #553328;
	width: 960px;
	margin: -25px 5px 0 5px;
}
		div.columnContainer h2 {
			position: absolute;
			top: -23px;
			left: -1px;
			height: 25px;
			margin: 0;
			padding: 0 0 0 15px;
			font-size: 14px;
			text-transform: uppercase;
			font-weight: normal;
			color: #545416;
			line-height: 25px;
		}
	div.leftColumn {
		width: 280px;
		padding: 15px;
		float: left;
		background-color: #553328;
		color: #DDDDD0;
		font-size: 11px;
		overflow: hidden; /* Have to do this for IE6. */
	}
		div.columnContainer div.leftColumn h3 {
			color: white;
		}
		div.columnContainer div.leftColumn a {
			color: white;
		}
	div.rightColumn {
		float: left;
		background-color: white;
		width: 620px;
		padding: 15px;
		position: relative;
	}
		div.rightColumn h2 {
			border-left: 1px solid white;
			padding-left: 13px;
		}
div.rowFooter {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
div#footer {
	background-image: url(../images/contentFooterAccent.jpg);
}
