html {
	height: 100%;
}

.wrap-1 {
	position: relative;
	z-index: 10;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	padding-bottom: 20px;
	
	background: #fff;
}

.page-wrap #content {
	position: relative;
	z-index: 1;
}

.page-wrap {
	width: 960px;
	margin: 0 auto;
}

#content {
	min-height: 240px;
	clear: both;
	margin-top: 10px;
}

#placeholder-content-top {
	margin-bottom: 20px;
}

#placeholder-left {
	min-height: 10px;
	float: left;
	width: 200px;
}

.left-empty.right-empty #placeholder-left {
	min-height: 10px;
}

#placeholder-main {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	width: 520px;
}

.three-column-banner #placeholder-main {
	float:right;
}

/* Banner stuff */
#banner-area {
	float: left;
	background: #eee;
	margin-left: 20px;
	padding: 20px 0px;
	margin-bottom: 20px;
}

#placeholder-banner-main {
	float: left;
	width: 500px;
	padding-left: 20px;
	margin-right: 20px;
}

#placeholder-banner-right {
	float: right;
	width: 200px;
}

#placeholder-right {
	float: right;
	width: 200px;
	min-height: 1px;
}

#content.right-empty #placeholder-right {
	display: none;
}

#content.right-empty #placeholder-main {
	width: 740px;
	margin-right: 0px;
}

#placeholder-right .tile-common,
#placeholder-left .tile-common {
	margin-bottom: 20px;
}

.tile-common,
#bottom {
	position: relative;
}

#bottom {
	width: 100%;
	overflow: hidden;
}

.clear-both {
	clear: both;
}

.placeholder-end,
.tile-bottom {
	clear: both;
}