@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);

#left {
	float: left;
	width: 145px;
	z-index: 4;
}

#left-marker {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 145px;
}

#middle, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	padding-top: 20px;
}

#middle {
	float: right;
	width: 645px;
	z-index: 2;
	background: #ffffff;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 625px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#header {
	width: 800px;
	height: 100px;
}

#outer-wrapper {
	width: 800px;
	padding-top: 100px;
	margin: 0 auto;
	font-family: helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	text-align: justify;
}

#footer {
	width: 800px;
}


#header-img {
	width: 800px;
	height: 100px;
}
