div#container {
	text-align: left;
	margin: auto;
	width: 827px;
}

div#header {
	width: 827px;
	float: left;
	clear: left;
	height: 208px;
	background: transparent url('../images/frame/header.gif') 0 42px no-repeat;
	position: relative;
}


div#contentHolder {
	float: left;
	clear: left;
	width: 827px;
	padding: 0 0 6px 0;
	background: white url('../images/frame/content_bottom.gif') left bottom no-repeat;
	overflow: hidden;
}

div#banner {
	float: left;
	clear: left;
	width: 100%;
	height: 122px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

div#content {
	float: left;
	clear: left;
	margin: 15px 15px 9px 15px;
	width: 797px;
	display:inline;
}

ul#footer {
	width: 100%;
	height: 15px;
	line-height: 15px;
	list-style-type: none;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

ul#footer li {
	float: right;
	background: transparent url('../images/frame/footer_spacer.gif') right center no-repeat;
	padding: 0 12px 0 0;
	margin: 0 0 0 6px;
}

ul#footer li.last {
	background: none;
	padding: 0;
}