@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(affiliates.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(right.css);
@import url(mailform.css);

#left-menu-box {
	margin: 0;
	padding: 3px;
}


#middle-header {
	margin: 0;
	padding: 7px;
	background: #242424;
  /*       border-bottom-style:solid;
         border-bottom-width:15px;
         border-bottom-color:efefef;	*/
}





#middle {
	float: left;
	width: 590px;
	z-index: 2;
	background: #FFFFFF;
}

#middle-content {
/*	position: relative;*/
	z-index: 3;
	width: 590px;
}

#middle-marker-box {
	margin: 0;
	padding: 0px;
	min-height:500px
}

#middle-marker {
	margin: 0;
	padding: 0px;
}

#left-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
/*	position: relative;*/
	margin: 0;
	/*padding: 0 6px;*/
	background: #3b3b3b;
}

#left {
	float: left;
	width: 205px;
	height:100%;
	z-index: 4;
	background: #262626;
}

#left-content {
/*	position: relative;*/
	z-index: 5;
	width: 205px;
}

#right-marker-box {
	margin: 6px;
	padding: 0;
	background: #3B3B3B;
}

#right {
	float: right;
	width: 205px;
	z-index: 6;
	background: #262626;
}

#right-content {
/*	position: relative;*/
	z-index: 7;
	width: 205px;
}