@charset "utf-8";
/* CSS Document */

#container {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: thin ridge #FF0;
	background-color: #000;
}
#maincontent {
	background-color: #010101;
}
.rightimage {
	margin: 10px;
	float: right;
}

#banner {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF7F26;
}
#sponsors {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF7F26;
	background-color: #FFF;
}
#links {
	color: #999;
	text-align: center;
	padding: 7px;
	font-size: 85%;
}
body {
	background-color: #000;
	background-image: url(Images/bodybackground.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #999;
}
.heavy {
	font-size: 90%;
	color: #F60;
	text-decoration: underline;
}
.heavy2 {
	font-size: 90%;
	color: #999;
}
.heavy3 {
	font-size: 100%;
	color: #F60;
}

#container #maincontent h1 {
	color: #EC7523;
	text-align: center;
	font-size: 140%;
}
.hometext {
	color: #FFF;
}
.centertext {
	text-align: center;
}
.heavy3center {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #F60;
	font-size: 85%;
	text-decoration: underline;
}
.centre {
	text-align: center;
}
#container #maincontent p {
	padding-right: 10px;
	padding-left: 10px;
}

