@charset "utf-8";
/* CSS Document */

#contentContainer .content {
	width: 600px;
	margin: 0 10px;
	position: relative;
	padding: 0 75px 60px 75px;
}
#contentLayout {
	position: relative;
	overflow: hidden;
	float: left;
	color: #353535;
}
#borderLeftContainer {
	background: url(../_images/borderL.png) repeat-y top left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 0px;
	width: 22px;
	z-index: 5100;
}
#borderLeft {
	float: left;
	width: 22px;
	height: 212px;
	position: absolute;
}
#borderLeft .borderTop {
	background: url(../_images/borderL-top.gif) no-repeat top left;
	height: 212px;
	width: 10px;
	margin-right: 12px;
}
#borderLeftContainer .borderBtmL {
	background: url(../_images/borderL-btm.gif) no-repeat bottom left;
	bottom: 0px;
	height: 258px;
	width: 10px;
	position: absolute;
}

