@import url(imports.css);

#left-menu-box {
	margin-top: 8px;
	margin-left: 6px;
	background: #ffffff;
}
#right-menu-box {
	margin-top: 8px;
	background: #ffffff;
}
#middle-marker-box {
	background: #ffffff;
}
#left-marker-box {
	background: #ffffff;
}
#left-marker {
	position: relative;
	background: #ffffff;
}

#right-marker-box {
	background: #ffffff;
}

#right-marker {
	position: relative;
	background: #ffffff;
}
#left {
	float: left;
	width: 200px;
	z-index: 4;
	background: #ffffff;
}
#right {
	float: right;
	width: 200px;
	z-index: 4;
	background: #ffffff;
}
#middle {
	float:left;
	width: 394px;
	z-index: 2;
	background: #ffffff;
}

#left-content {
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 4px;
	width: 190px;
	background: #ffffff;
}
#right-content {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 190px;
	background: #ffffff;
}

#middle-content {
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
	width: 380px;
	background: #ffffff;
}
