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

.body,.main { *
	zoom: 1;
}

.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: 990px;
	_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 */

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

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

.rightCol {
	float: right;
	width: 180px;
	_margin-left: -3px;
}

/* extend columns to allow for common column widths */
.w310 {
	width: 310px;
}

.w330 {
	width: 330px;
}