body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #6e6a12;
	font: 11px Verdana, sans-serif;
	color: black;
}

#header {
	height: 232px;
	background: #d5d7b8 url(images/main-b-header.jpg) repeat-x 0px 0px;
}

#flash-container {
	margin: 0px auto;
	width: 768px;
	height: 232px;
	position: relative;
	background: url(images/main-b-flash.jpg) no-repeat center bottom;
}

#flash {
	position: absolute;
	left: 0px;
	top: 0px;
}

#main {
	background: #d5d7b8 url(images/main-b-body-top.jpg) repeat-x 0px 0px;
	text-align: center;
}

#logo {
	display: block;
	margin: 0px auto;
}

#columns {
	margin: 0px auto;
	width: 624px;
}

#body {
	width: 100%;
	margin-right: -224px;
	float: left;
	text-align: left;
}

#body-inner {
	margin-left: 8px;
	margin-right: 224px;
	padding-top: 8px;
}

#sidebar {
	float: right;
	width: 216px;
	text-align: center;
}

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footer {
	background: #6e6a12 url(images/main-b-footer.jpg) repeat-x 0px 0px;
	padding-top: 48px;
	padding-bottom: 16px;
	color: white;
}

#footer p {
	margin-bottom: 0px;
	line-height: 18px;
}
