@charset "utf-8";
/* CSS Document */


.centered
{
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

.page-left {
	float: left;
	width: 205px;
}
.content .middle {
	float: left;
	width: 375px;
}
.content .right {
	float: left;
	width: 236px;
	clear: none;
}
.footer {
	height: 25px;
	width: 820px;
	clear: left;
}
.header {
	clear: both;
	height: 85px;
	width: 820px;
}
.content {
	width: 820px;
}
.page {
	position: relative;
	width: 820px;
}
.scrollable {
	overflow: auto;
	height: 600px;
}
.auto-height {
	height: auto;
}
