/* **************** TEMPLATE ***************** */
	/* ====== Page Head, Body, and Foot ====== */
body {
	_text-align: center;
}  /* IE5.5 */
.main {
	display: table-cell; *
	display: block;
	width: auto;
}

.body,.main { *
	zoom: 1;
}
.body {
	width: 940px;
	position: relative;
}
.body:after,.main:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
	line-height: 0;
	font-size: xx-large;
	content:
		" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "
		;
}

.page {
	margin: 0 auto;
	width: 940px;
	_text-align: left;
}  /* wraps other template elems to set width */ /* text-align IE5.5 */
	/* "old school" and "liquid" extend page to allow for different page widths */
.oldSchool {
	width: 750px;
}

.gs960 {
	width: 960px;
}

.liquid {
	width: auto;
	margin: 0;
}

/* ====== Columns ====== */
.leftCol {
	float: left;
	width: 220px;
	_margin-right: -3px;
}

.rightCol {
	float: right;
	width: 160px;
	position: relative;
	_margin-left: -3px;
}

/* extend columns to allow for common column widths */
.w80 {
	width: 80px;
}
.w95 {
	width: 95px;
}
.w105 {
	width: 105px;
}
