@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(anton.css);

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #f7e8de;
	font-size: 12px;
}
#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
}
#content-wrapper {
	position: absolute;
/*	z-index: 1;*/
	top: 200px;
	left: 0;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	clear: both;
}

#header, #outer-wrapper, #footer {
	width: 900px;
}
#header-img {
	width: 885px;
}

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

#middle {
	float: left;
	width: auto;
	z-index: 2;
	background: #FFFFFF;
}

#middle-content {
	width: 640px;
}

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

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

#right {
	float: left;
	width: 250px;
	z-index: 4;
	background: #FFFFFF;
}

#right-content {
/*	position: relative;
	z-index: 5;*/
	width: 252px;
}


/* HEADER */
#header {
	position: absolute;
	left: 0;
	top: 10px;
	height: 130px;
	background: #600000;
}

#header-img {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 120px;
	background: #c80c00;
}

.headerbox {
	margin-top: 10px;
	margin-left: 10px;
}

