/*
	master high-level layout
*/

.row {
	display: block;
	width: 840px;
	clear: both;
	position: relative;	
}

.threeColumns {}

.twoColumns {
}

.threeColumns .firstColumn {
	float: left;
	width: 210px;
	padding-top: 50px;
}

.twoColumns .mainColumn {
	margin: 0 270px 0 0;
}

.threeColumns .mainColumn {
	margin: 0 270px 0 250px;
}

.sidebar {
	float: right;
	width: 210px;
}

#titlebar {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 6px;
	margin-bottom: 40px; 
}

#titlebar img {
	display: block;
	border: 0;
	width: 840px;
}

