@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(left.css);
@import url(content.css);
@import url(mailform.css);

#left-menu-box, #middle-marker-box {
	margin: 0;
	padding: 6px;

}

#left-marker-box {
	margin: 6px;
	padding: 0;
	
}

#left-marker {
	position: relative;
	margin: 0;
	padding: 0 6px;
	background: #f1f1f1;
}

#left {
	float: left;
	width: 252px;
	z-index: 4;
	background: #f1f1f1;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
	
}

#middle {
	float: left;
	width: 504px;
	z-index: 2;
	background: #ffffff;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 504px;
         height: 370px;
         overflow: visible;
         
}
