.sitebody {
	background-color: #8a410f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: center;
}

.maintext {
	font-family: arial, helvetica, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
}

.maintext A {
    color: #FFEC9F;
    text-decoration: none;
}
    
.maintext A:hover  {
    color:#FFFFFF;
    text-decoration: none;
}

.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0px;
}

.introtext A {
    color: #FFEC9F;
    text-decoration: none;
}
    
.introtext A:hover  {
    color:#FFFFFF;
    text-decoration: none;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0px;
}

.footertext A {
    color: #FFEC9F;
    text-decoration: none;
}
    
.footertext A:hover  {
    color:#FFFFFF;
    text-decoration: none;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
}

.navigation A {
    color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
	margin: 0px;
}
    
.navigation A:hover  {
	color:#FFEC9F;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}


.headline {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 44px;
	font-style: normal;
	margin: 0;
}


