.wrapper{	
	background-image: url(../images/box-set_bkg.jpg);
	background-position: 0px 50px;
	height: auto;
	min-height: 900px;			
	width: 900px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;	

}

.column-wrapper{
	position: relative;
	height: auto;
	margin-top: 650px;
	min-height: 300px;
	overflow: hidden;

}

#leftcolumn {
	position: relative;
	height: auto;
	min-height: 100px;
	width: 370px;
	margin: 400px 0 20px 50px;
	float: left;

}

#rightcolumn {
	position: relative;
	height: auto;
	min-height: 100px;
	width: 400px;			
	margin: 0px 0 0 30px;
	float: left;
}

.remove-space-below{
	margin-bottom: 0px;

}

.space-above-cart{
	margin-top: 150px;

}

.large-lead{
	font-size: 14px;
	font-weight: bold;

}