@charset "UTF-8";
/* STYLES UNIQUE TO SIW 2-COLUMN LAYOUT */

#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c1 .content {
	font-size: 12px;
	line-height: 18px;
	padding: 16px 28px 16px 34px;
	color: #666666;
}

#c1 h1 {
	font-size: 14px;
	line-height: 18px;
	color: #006837;
	margin: 6px 0 0 0;
}

#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
