/* 2 columns: left column, center column */
#content-center {
	float: left;
	width: 22.75em;
	margin: 0;
	padding: 0;
}

#content-center-border {
	margin: 0 0 1em 0.625em;
	padding: 0 0.625em 0 0;
	background-image: url("../img/bg_contentleft.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
	background-position: top right;
}

#content-right {
	background-image: url("../img/bg_contentleft.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0.625em 0.625em 1em 22.6875em;
	padding: 0 0 0 0.6875em;
}

* html #content-right {
	padding: 0 0 0 0.625em;
}

* html #content-right-border {
	height: 1%;
}

#content-right-footer {
	clear: left;
}

* html #content-right div.csc-textpic-text {
	width: 9.6875em;
	overflow: hidden;
}

* html #content-right p {
	width: 14.22em;
	overflow: hidden;
}