/* Style sheet for pages with no actionbar, plus optional 2-column layout for #middle */

#content {
	width: 870px;
	padding: 0 15px;
	float: none;
	}

#middle {
	width: 655px;
	}

	#col1 {
		float: left;
		}
	#col2 {
		float: right;
		}
	#col1,
	#col2 {
		width: 320px;
		margin-bottom: 1em;
		}	

.linebefore {
	border-top: solid #ddd 4px;
	}