body {
	background:url(../images/bg.gif) #f4f4f4 repeat-x center top;
	margin:0;
	padding:0;
	font-size:12px;
}

/** content **/
#content {
	width:964px;
	margin:0 auto;
	padding:8px 0 0 0;
}


.columnLeft {
	width:180px;
	padding:0 0 0 3px;
	float:left;
}

.columnRight {
	width:765px;
	float:right;
}

