@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: 204px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
}

#header, #outer-wrapper, #footer {
	width: 756px;
}
#header-img {
	width: 744px;
}
#header {
	position: absolute;
	left: 0;
	top: 6px;
	height: 162px;
}
#header-img {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 150px;
}

#top {
	position: absolute;
	top: 168px;
	left: 0;
	width: 100%;
	height: 36px;
}

#top-menu {
	position: relative;
	height: 24px;
	margin: 6px;
}

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

#middle {
	float: left;
	width: 504px;
	z-index: 2;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 504px;
}

#right-marker-box {
	margin: 24px 36px 12px 12px;
	padding: 0;
}

#right-marker {
	margin: 0;
	padding: 0 12px;
}

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

#right-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
}
#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;
}
