@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: 6px 6px 0 6px;
}

#middle-marker-box {
	margin: 6px;
	padding: 0;
}

#right-marker-box {
	margin: 6px;
	padding: 0;
	background: #f1f1f1;
}


#left-marker-box  {
	margin: 0 6px;
	padding: 0;
}


#left-marker, #middle-marker, #right-marker, #right-marker-2, #right-marker-3 {
	margin: 0;
	padding: 6px;
}

#left, #left-2, #middle, #middle-2, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 744px;
}

#inner-content-wrapper-2 {
	float: left;
	margin: 0;
	width: 996px;
}

#left {
	float: left;
	width: 246px;
	z-index: 4;
	background: #FFFFFF;
}

#left-2 {
	float: left;
	width: 498px;
	z-index: 4;
	background: #FFFFFF;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 246px;
}

#left-content-2 {
/*	position: relative;
	z-index: 5;*/
	width: 498px;
}

#middle {
	float: right;
	width: 498px;
	z-index: 2;
	background: #FFFFFF;
}

#middle-2 {
	float: right;
	width: 498px;
	z-index: 2;
	background: #FFFFFF;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 498px;
}

#middle-content-2 {
/*	position: relative;
	z-index: 3;*/
	width: 498px;
}

#right {
	float: right;
	width: 248px;
	z-index: 6;
	background: #FFFFFF;
}

#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 248px;
}

#header, #outer-wrapper, #footer, #top {
	width: 996px;
}

#header-img {
	width: 996px;
}

.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;
}