/* This is for the two-column pages */

#columnLeft {
/*	width: 200px; */
	width: 18%;
	padding: 1em 1em 1em 1em;
	float:left;
	background: #ffffff;
	text-align: left;
	border-right: 1px;
	border-right: double;
	min-height: 300px;
}

#columnMain {
	width: 74%;
	padding-left: 15px;
	padding-right: 4px;
	float:left;
	background: #ffffff;
	padding-bottom: 3px;
	padding-top: 1px;
}
