@import url(main.css);@import url(header.css);@import url(footer.css);@import url(content.css);@import url(left.css);#left-menu-box, #middle-marker-box {	margin: 0;	padding: 6px;}#left-marker-box {	margin: 6px;	padding: 0;}#left-marker {/* attondamento angoli box - start */-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;/* attondamento angoli box - end */	position: relative;	margin: 0;    padding: 0 6px;	background: #FFF7F4;	border-top-width: 1px;border-top-style: solid;border-top-color: #FFD5C5;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #FFD5C5;border-left-width: 1px;border-left-style: solid;border-left-color: #FFD5C5;border-right-width: 1px;border-right-style: solid;border-right-color: #FFD5C5;	}#left {	float: left;	width: 250px;	z-index: 4;	background: #FFFFFF;}#left-content {	width: 250px;}#middle {	float: left;	width: 570px;	z-index: 2;	background: #FFFFFF;}#middle-content {	width: 570px;}
