#masthead {
	float: left;
	height: 325px;/*homepage only*/
	overflow: visible;
}

#footerWrapper {
	height: 35px;
}

#contentLeft {
	margin: -10px 0 0 34px; /*home only*/
	width: 300px; /*home only*/
}

#rightNavWrapper {
	display: none; /*home only*/
}

#contentRight {
	float: right;
	margin: 4px 35px 0 0px;
	width: 385px;
}

#rightContent { /*home only*/
	float: left;
	margin: 0px 0px 0 0;
	width: 385px;
	line-height: 1.2em;
}

#homeMore {
	display: block;
	margin: 0px 0 0 0;
	float: left;
	width: 385px;
	text-align: right;
}
