#container {
	background: url("/images/images2006/bg2col.gif") repeat-y;
}
#content {
	width: 600px;
}

.portal-1col {
	width: 580px;
	margin-top: 10px;
	margin-left: 0px;
}

.portal-2col {
	float: left;
	width: 285px;
	margin-top: 10px;
	margin-left: 0px;
}

.portal-2col-right .portal-2col {
	margin-left: 10px;
}

.portal-2col-double {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-left: 0px;
}

/* these are for the public works transportation project pages */
#column-left { 
	float: left;
	width: 265px;
	padding-left: 5px;
	padding-top: 5px;
}
#column-right { 
	float: right;
	width: 265px;
	padding-left: 5px;
	padding-top: 5px;
}