.leftcol {	
	width: 340px;
	padding: 50px 25px 25px 50px;
	float: left;
	position: relative;
	left: 10px;
}

.leftcol ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 100px 0px;
}

.leftcol ul li {
	width: 185px;
	height: 40px;
	padding: 6px 1px 1px 1px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	background: url('button1.jpg') no-repeat top center;
	/* Use background to link to an image when image has been made */
}

.picboxL {
	width: 340px;
	height: 300px;
}

.picboxS {
	width: 150px;
	height: 134px;
	float: right;
}
.picboxS-button {
	width: 150px;
	height: 134px;
	float: right;
	background: url('index/red-sale-button.jpg') no-repeat;
	color:#FFFFFF;
}

#button-text {
	margin-top:45px;
	width: 100%;
	text-align:center;
}
.rightcol {	
	width: 470px;
	padding: 50px 25px 25px 50px;
	float: right;
	position: relative;
	left: 10px;
	text-align: justify;
	color: #333333;
	font-size: 12px;
}

