@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, #right-marker-box {
	margin: 0;
	padding: 0 1px 1px 1px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #3380d8;
}

#middle-marker-box {
	margin: 24px;
	padding: 0;
}

#left-marker-box, #right-marker-box {
	margin: 0;
	padding: 0;
}

#left-marker, #right-marker {
	margin: 0;
	padding: 0;
}

#middle-marker {
	margin: 0;
	padding: 0;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 774px;
}

#left {
	float: left;
	width: 210px;
	z-index: 4;
	background: #d5e5f5;
	margin: 0 0 12px 0;
}
#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 210px;
}

#middle {
	float: right;
	width: 552px;
	z-index: 2;
	background: #FFFFFF;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 552px;
}

#right {
	float: right;
	width: 210px;
	z-index: 6;
	background: #d5e5f5;
	margin: 0 0 12px 0;
}
#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 210px;
}


#header, #outer-wrapper, #footer {
	width: 996px;
}

/*#header-img {
	width: 996px;
}*/


/*.cleaner: {
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
}*/

/*.cleaner: {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;

}*/

.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;
}

/*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/
