/*---------- left column styling ------------*/
div#col-left {
	width: 244px;
	height: 1359px;
	float: left;
	background: transparent url("../images/bg-column-left.jpg") no-repeat;
	overflow: hidden;
}

/*---------- right column styling ------------*/
div#col-right-content p {
	font-size: 14px;
	margin-left: 1em;
	margin-right: 1em;
}

#sub-colLeft {
	position: relative;
	float: left;
	width: 700px;
	top: -60px;
	padding: 0px 0 0 25px;
	overflow: hidden;
}

#sandbag {
	width: 326px;
	height: 40px;
	float: right;
	clear: left;
	position: relative;
	padding: 0;
}


