@charset "iso-8859-1";

html>body #sideColumn {
	display: none;	/* for compliant browsers, hide this column entirely */
}
* html #sideColumn * {
	display: none;	/* ie's ghost-text bug is triggered by key elements
			   having display:none set. #rightColumn is one of those
			   key elements. so we display:none all child
			   elements (doesn't trigger the bug) and try to
			   make #rightColumn have no chance to affect
			   document flow. */
}
#sideColumn {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}

#pageWrapper {
	width: 750px;
}
#content {
	border-right: none 0 #fff;
}
#fullContent {
	width: 750px;
	max-width: 750px;
}
#sideColumn .inside {
	border-left: none 0 #fff;
}
#mainColumn {
	width: 420px;
	max-width: 420px;
	padding: 0.0em 0;
}
#moreColumn {
	margin: 0 -290px 0 0px;
	width: 290px;
	max-width: 290px;
}
#body_marches #mainColumn {
	width: 370px;
	max-width: 370px;
}
#body_marches #moreColumn {
	margin-right: -380px;
	width: 380px;
	max-width: 380px;
}
.body_col2L #mainColumn, .body_col1 #mainColumn {
	width: 750px;
	max-width: 750px;
}
ul.col1, ul.col2 {
	width: 366px;
}
.boxDir-highlights ul.col1, .boxDir-highlights ul.col2 {
	width: 361px;
}

.adSense { display: none; }
