@charset "utf-8";
body {
	background-image: url(../images/homebackground-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #DFDFDF;
}
#sponsors {
	position: absolute;
	height: 255px;
	width: 560px;
	left: 7px;
	top: 473px;
}
#navigation {
	position: absolute;
	height: 300px;
	width: 153px;
	top: 160px;
	background-repeat: repeat-y;
	background-image: url(../images/navigation.jpg);
	right: 27px;
}
#navigation p {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	line-height: 32px;
	margin-right: 7px;
	margin-left: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	position: absolute;
	width: 800px;
	left: 7px;
	top: 964px;
	font-weight: bold;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#navigation a {
	color: #F88423;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFEF;
	text-decoration: none;
}

