#leftContent {
	width: 960px;
}

#content .content2cols,
#content .content3cols {
	margin-bottom: 20px;
	width: 960px;
}

#content .content2cols .left {
	width: 460px;
	float: left;
}

#content .content2cols .right {
	width: 460px;
	float: right;
}


#content .content3cols .left {
	float: left;
	width: 300px;
	margin-right: 30px;
}

#content .content3cols .middle {
	float: left;
	width: 300px;
}

#content .content3cols .right {
	float: right;
	width: 300px;
}


