#content {
	margin: 0;
	float: left;
	width: 490px;
	/* must have some padding at the bottom*/
	padding: 0 18px 5px 18px;
}

html>body #content{
	width: 480px;
}

#container {
	background: #fff;
}

/* CONTENT */

#left-column{
	float: left;
	margin: 0 0 1px 15px;
	width: 185px;
	padding: 0;
	min-height: 100%;
}
html>body #left-column{
	margin: 0 0 1px 35px;
}

#right-column-shop {
	margin: 0 15px 1px 0;
	width: 185px;
	padding: 0;
	float: right;
	overflow: hidden;
}
html>body #right-column-shop{
	margin: 0 35px 1px 0;
}

/* FOOTER */
#footer {
	clear:both;
	padding: 6px 15px 0 35px;
	height: 58px;
	overflow:hidden;	
	position: absolute;
	margin-left: -480px;
	left: 50%;
	bottom: 0;
	width: 910px;
	font-size: 11px;
	color: #FFFFFF;
	background: url(/images/footer-bg.gif) top left no-repeat
}
html>body #footer {
	margin-left: -480px;
}

