@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: 219px;
	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: 213px;
}
#header-img {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 201px;
}
#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;
}
