﻿#leftColumn
{
	position: absolute;
	top: 230px;
	left: 0px;	
	
}

#leftColumnContent
{
	position: absolute;
	top: 19px;
	left: 40px;	
	z-index: 6;	
}

#leftBackground
{
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 387px;		
	height: 1000px;
	background-image: url(../images/global/leftBackGroundRepeat.jpg);
	z-index: 6;
}



#leftBackgroundImage
{
	width: 100%; 	
}

