@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
#left-menu-box { position: relative; left: -10px !important; }

#middle-marker-box, #right-marker-box {
	
}

#left-marker-box  {
	
}

#left-marker, #middle-marker, #right-marker {
	
}

#left, #middle, #right, #inner-content-wrapper { position: relative; overflow: visible; }

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 622px;
}

#left { float: left; width: 178px; z-index: 4; background: #ffffff; }

#left-content {
/*	position: relative;
	z-index: 5;*/
	position: relative; left: 10px; width: 158px; margin: 20px 10px; }

#middle { float: right; width: 444px; z-index: 2; background: #ffffff; }

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 424px; margin: 20px 10px 10px; }

#right { color: black; float: right; width: 178px; z-index: 6; }

#right-content {
/*	position: relative;
	z-index: 7;*/
	color: black; width: 158px; overflow: hidden; margin: 20px 10px; padding-left: 10px; }

#header, #outer-wrapper, #footer {
	width: 800px;
}

#header-img {
	width: 800px;
}

.cleaner {
	clear:both;
/*	float: left;*/
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}

