/* This is for a two-column page with images on the right.
   Load the right column first.
 */

#columnMain {
	padding-left: 4px;
	padding-right: 10px;
	background: #ffffff;
	padding-bottom: 3px;
	padding-top: 1px;
	margin-right: 13%;
}

#columnRight {
	width: 25%;
	padding-left: 3px;
	float: right;
	padding-bottom: 3px;
	border-left: 1px double black;
	min-height: 500px;
	padding-top: 1px;
}
