.imageRight {
	float: right;
	border: 1px solid #3F2005;
	height: auto;
	width: 200px;
	clear: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imageLeft {
	float: left;
	border: 1px solid #3F2005;
	height: auto;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}

.sponsorIcon {
	float: right;
	border: 1px solid #3F2005;
	height: auto;
	width: 150px;
	clear: left;
	margin: 10px;
}

.menu {
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 14px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #3E1F02;
	margin-right: 15px;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2D1700;
	text-align: justify;
}


.footText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #043106;
	text-align: center;
}
	
body {
	background-image: url(images/background.jpg);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #043106;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #043106;
}
a:hover {
	text-decoration: underline;
	color: #043106;
}
a:active {
	text-decoration: none;
	color: #2F1903;
}
.linksPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2D1700;
	text-align: left;
	
	padding-left: 150px;
	padding-right: 25px;

}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
}
