/* MAIN CONTENT */
.mainContent {
    min-height: 531px;
    background-color: #5C3429;
}

*html .mainContent {
    height:531px;
}

.mainContent .contentHeader {
    margin-left: 20px;
    margin-right: 20px;
	background-image: url(images/bg_contentHeader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    height: 160px;
}

.mainContent .contentHeader .fake1 {
	background-image: url(images/klic_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:160px
}

.mainContent .contentHeader .fake1 .text{
	background-image: url(images/bg_contentHeader_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
    top:116px;
	height: 44px;
	padding-left: 42px;
	font-size: 2.5em;
	font-weight: bold;
}

.mainContent .contentDiv {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #735147;
    position: relative;
}

.mainContent .contentDiv .fake2 {
    background-image: url(images/noty.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainContent .contentDiv .fake2 .mainText {
	background-image: url(images/bg_content_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 42px;
	padding-top: 20px;
	margin-bottom: 20px;
	color: #F2D6CF;
	z-index: 3;
	width: 400px;
}

/* HP specials */

#headImageDiv {
    position: absolute;
    z-index: 2;
}

