@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);

#left-menu-box {
	margin: 0;
	padding: 12px 6px;
}

#middle-marker-box {
	margin: 0;
	padding: 12px;
}

#left-marker-box, #right-marker-box {
	margin: 0;
	padding: 12px;
}

#left-marker, #right-marker {
	margin: 0;
	padding: 0;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 532px;
}

#left {
	float: left;
	width: 157px;
	z-index: 4;
}
#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 157px;
}

#middle {
	float: right;
	width: 375px;
	z-index: 2;
}
#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 375px;
}

#right {
	float: right;
	width: 267px;
	right: 15px;
	z-index: 6;
}
#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 267px;
}


#header, #outer-wrapper, #footer {
	width: 814px;
}

.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;
}

#left2 {
	position: relative;
	float: left;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
}
