@import url(columns3_01_FILES/main.css);

@import url(columns3_01_FILES/header.css);

@import url(columns3_01_FILES/content.css);

@import url(columns3_01_FILES/left.css);

@import url(columns3_01_FILES/mailform.css);



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



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

#right-header-box{
	margin: 0px;
	padding: 0;
	position: relative;
	top: 105px;
}

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



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


#left-marker {
	bottom: 5%;
}

#left, #middle, #right, #inner-content-wrapper {

	position: relative;

	overflow: visible;

}



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



#left {
	float: left;
	width: 210px;
	z-index: 4;
	background-color: #F0DE71;
}



#left-content {
	/*	position: relative;

	z-index: 5;*/

	width: 210px;
}



#middle {
	float: right;
	width: 530px;
	z-index: 2;
	background: #FFFFFF;
}



#middle-content {
	/*	position: relative;

	z-index: 3;*/

	width: 530px;
}



#right {
	float: right;
	width: 210px;
	z-index: 6;
	background: #FFFFFF;
	top: 0px;
}

#right-header {
	float: right;
	width: 210px;
	z-index: 6;
	background: #FFFFFF;
	height: 130px;
	right: 6px;
}


#right-content {
	/*	position: relative;

	z-index: 7;*/

	width: 210px;
}
#outer-wrapper   {
	width: 950px;
}



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

}

