@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 3px 0 12px;
}

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

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

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding: 0px;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: auto;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 766px;
}

#left {
	float: left;
	width: 252px;
	/*height: auto;*/
	z-index: 4;
	/* background: #d7284f; */
}

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

#middle {
	float: right;
	width: 512px;
	/*height: 1450px;*/
	z-index: 2;
	/*background: #ffffff;*/
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #be1f42;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 512px;
}

#right {
	float: right;
	margin-top: 6px;
	width: 232px;
	z-index: 6;
	/*background: #ffffff;*/
}

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

#header, #outer-wrapper, #footer {
	width: 1008px;
}

#header-img {
	width: 1008px;
}

.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;
}

