@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);
@import url(table.css);
@import url(cal.css);
@import url(news.css);

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

#left-menu {
	margin: 0;
	padding: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #bbe5fe;
}

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

#middle-marker {
	margin: 0;
	padding: 24px;
/*	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #bbe5fe;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbe5fe;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbe5fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbe5fe;*/
}

#left-marker-box, #right-marker-box {
	margin: 0;
	padding: 24px;

}

#left-marker, #right-marker {
	margin: 0;
	padding: 12px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #bbe5fe;
	background: #f6fbff;
}

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

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

#left {
	float: left;
	width: 252px;
	z-index: 4;
/*	background: #FFFFFF;*/
}
#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
}

#middle {
	float: right;
	width: 504px;
	z-index: 2;
/*	background: #FFFFFF;*/
}
#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 504px;
	margin: 24px 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #bbe5fe;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbe5fe;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bbe5fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbe5fe;
}

#right {
	float: right;
	width: 252px;
	z-index: 6;
/*	background: #FFFFFF;*/
}
#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 252px;
}


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

#header-img {
	width: 960px;
}

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