@import url(menu.css);
@import url(styled_content.css);
@import url(forms.css);
@import url(layout_overlay.css);
@import url(fce.css);

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
}

#content-wrapper {
	position: absolute;
/*	z-index: 1;*/
	top: 170px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
}

#header, #outer-wrapper, #footer {
	width: 972px;
}
#header-img {
	width: 960px;

}
#header {
	position: absolute;
	left: 0;
	top: 6px;
	height: 170px;
}
#header-img {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 160px;
}

#left-menu-box, #middle-marker-box {
	margin: 0;
	padding: 6px;
}

#left-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker {
	margin: 0;
	padding: 0 6px;
}

#left {
	float: left;
	width: 252px;
	z-index: 4;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
}

#middle {
	float: left;
	width: 704px;
	z-index: 2;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 704px;
}


#footer {
	position: relative;
	left: 0;
	height: auto;
	clear: both;
}

#footer-box {
	position: relative;
	margin: 0;
	padding: 6px;
}

#footer-text {
	margin: 0;
	padding: 6px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 9px;
	line-height: normal;
}
