#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: url(../images/side-divider.jpg) no-repeat left top;
}

#sidecolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -770px;
background: url(../images/column_bg.jpg) repeat-x 0 top;
padding-bottom:40px; 
}
#sidecolumn h2{
	color: #860101;
	letter-spacing: -0.36px;
	margin-bottom: 16px;
	margin-top: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
#sidecolumn .header{
	background: url(../images/side_header_bg.jpg) no-repeat left top;
	margin: 0px;
	height: 39px;
	width: 184px;
	text-align: center;
	padding-top: 5px;
			color: #111352;

}
