@import url(tpl-main.css);
@import url(tpl-header.css);
@import url(tpl-footer.css);
@import url(tpl-top.css);
@import url(tpl-content.css);
@import url(tpl-left.css);
@import url(tpl-search.css);
@import url(tpl-news.css);

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

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

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

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

#left-picture-box {
	margin: 0 0 0 6px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #DD1A69;
}

#right-marker-box {
         marging: 0 6px;
         padding: 0;
}

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

#right-marker {
         background: #f1f1f1;
         	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #DD1A69;
}

#right-marker, #left-menu {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #DD1A69;
}

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

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

#left {
	float: left;
	width: 200px;
	z-index: 4;
}

#left-content {
	width: 200px;
}

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

#middle-content {
	width: 594x;
}

#right {
	float: right;
	width: 186px;
	z-index: 6;
}

#right-content {
	width: 180px;
}

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

#header-img {
	width: 968px;
}

.cleaner {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}
