@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);
@import url(menu.css);
@import url(extensions.css);

#left-menu-box, #middle-marker-box {
	margin: 0;
	padding: 6px;
}

#left-marker-box {
	margin: 6px;
	padding: 0;
}

#right-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
	margin: 0;
	padding: 0 6px;
	background: #ffffff;
}

#left {
	float: left;
	width: 225px;
	z-index: 4;
	background: #ffffff;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 225px;
}

#middle {
	float: left;
	width: 502px;
	z-index: 2;
	border-right-style: solid;
	border-right-color: #dddddd;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-left-width: 1px;
	background: #ffffff;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 502px;
	caption-side:bottom;
	clip:rect('top', 'right', 'bottom', 'left';
}

#right {
	float: left;
	width: 261px;
	z-index: 6;
	background: #ffffff;
}

#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 261px;
}
