/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #E9C87B;

}

#container {
	position: relative;
	top: 0;
	left: 50%;
	width: 860px;
	margin-left: -430px;
	background: url(img/bgContainer.jpg) repeat-y;
}

#bottom {
	position: relative;
	left: 50%;
	width: 860px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	margin-left: -430px;
	background: url(img/bgBottom.jpg) no-repeat;
	font: 9px Verdana;
	color: #551418;
	z-index: 25;
}

#bottom a {
	text-decoration: none;
}

#headerContainer {
	position: relative;
	width: 822px;
	height: 176px;
	margin-left: 18px;
}

#photo {
	position: relative;
	width: 169px;
	height: 176px;
}

#header {
	position: relative;
	margin-left: 169px;
	margin-top: -176px;
	width: 653px;
	height: 133px;
}

#menu {
	position: absolute;
	top: 133px;
	left: 50%;
	margin-left: -243px;
	width: 653px;
	height: 24px;
	background-color: #551418;
}

.mmContainer {
	z-index: 100;
}

.mmlink a , .mmlastlink a {
	font: 10pt Arial, Verdana;
	color: #541418;
	text-decoration: none;
	background: url(img/bgMenuLevel2.gif) repeat-y;
	width: 165px;
	line-height: 22px;
	padding-left: 15px;
	display: block;
}

.menuLevelLast {
	width: 165px;
	height: 11px;
	background: url(img/bgMenuLevel2Bottom.gif) no-repeat;
}

#contentContainer {
	position: relative;
	margin-left: 19px;
	width: 818px;
	border: 1px solid transparent;
	z-index: 50;
}

#content {
	position: relative;
	width: 540px;
	margin: 20px;
	margin-left: 40px;
	float: left;
	z-index: 75;
}

#teaser {
	position: relative;
	float: left;
	width: 193px;
	margin-top: 20px;
	background-color: #F4E6C3;
	z-index: 77;
}

#teaserTop {
	position: relative;
	width: 193px;
	height: 9px;
	background: url(img/teaserTop.jpg) no-repeat;
	z-index: 76;
}

#teaserContent {
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

#teaserBottom {
	position: relative;
	width: 193px;
	height: 9px;
	background: url(img/teaserBottom.jpg) no-repeat bottom;
	z-index: 78;
}
