#layout {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	height: 110px;
}
#logo {
	margin: 0 auto; padding: 0;
	width: 315px;
	height: 90px;
	background: url(/images/as.gif) no-repeat;
}
#logo span {
	position: absolute;
	left: -2000px;
}
.horz-bar {
	position: relative;
	background: url(/images/str2-m.gif) left top repeat-x;
	height: 26px;
}
.horz-bar .left {
	position: absolute;
	left: 0; bottom: 0;
}
.horz-bar .right {
	position: absolute;
	right: 0; bottom: 0;
}


#content-top {
	background: url(/images/str-o.gif) center top repeat-y;
}
#content {
	background: url(/images/str-m-neu.gif) center top repeat-y;
}
#content-bottom {
	background: url(/images/str-u.gif) center top repeat-y;
}

.section {
	margin: 0; padding: 0;
	width: 50%;
	float: left;
	min-height: 130px;
}
.section .border {
	margin: 10px;
	padding: 10px;
	border: 1px outset #999;
	background: #DDA;
	min-height: 140px;
	text-align: center;
}
* html #content {
	height: 1%;
}
* html .section {
	width: 49.8%;
	height: 130px;
}
* html .section .border {
	height: 140px;
}
.section h2,
.section h3,
.section p {
	margin: 0; padding: 0;
}
.section h2 {
	margin-bottom: 0.5em;
	color: #281812;
}
.section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.section li {
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	clear: both;
	text-align: center;
	font-size: 10px;
	height: 65px;
}
.clear-all {
	clear: both;
	height: 1px;
	overflow: hidden;
}