@charset "utf-8";

.divColumnLeft {
	float: left;
	width: 600px;
}


.divHomepageSeparator {
	background-image: url(/images/homepagesep.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 950px;
	margin-left: -5px;
}

.divColumnRight {
	float: right;
	width: 300px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: visible;
}

.divPageContentWrapper div.divHomepageSeparator + h2 {
	margin-top: 0px;
}


.divRowSeparator {
	background-image: url(/images/homepagesep.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 450px;
	margin-left: -5px;
}
