@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(top_2.css);
@import url(content.css);
@import url(ext_wt_gallery.css);

#middle-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}

#middle-marker, #right-marker {
	margin: 0;
	padding: 6px;
}

#middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
	/*height: 580px;
	overflow: scroll;*/
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 940px;
	/* height: 600px; */
}

#middle {
	float: right;
	width: 920px;
	/* height: 600px; */
	z-index: 2;
	background: #1c1c1c;
}

#middle-content {
	width: 920px;
	/* height: 600px; */
}

#right {
	float: right;
	width: 0px;
	z-index: 6;
	background: #1c1c1c;
	/* height: 600px; */
}

#right-content {
	width: 0px;
	height: 580px;
}

#header, #outer-wrapper, #footer {
	width: 980px;
}


.cleaner {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}
