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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
.img {
	border: none;

}
#info {
	display: none;
}
#container {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	background-image: url(../graphics/background.jpg);
	height: 768px;
	background-position: center 0px;
	background-repeat: no-repeat;
}
#mainContent {
	text-align: center;
}
#mainContent_fixed{
	text-align: center;
	vertical-align: top;
	height: 580px;
}
#mainContent_654{
	text-align: center;
	vertical-align: top;
	height: 654px;
}
#mainContent_700{
	text-align: center;
	vertical-align: top;
	height: 700px;
}

#scroller {
	margin: 0px 0px 10px 0px;
	height: 30px;
}
#spacer {
	height: 20px;
}
#menu {
	height: 350px;
	width: 314px;
}
#footer {
	height: 120px;
	text-align: right;
	background-color: #000;
}
#footer2 {
	height: 120px;
	text-align: right;
	background-color: #F00;
}
#mainbox {
	overflow: auto;
	height: 480px;
}
#window {
	position: absolute;
	left: 390px;
	top: 0px;
}
#uc{
	position: absolute;
	top: 10px;
	left: 320px;
	width: 300px;
	height: 60px;
	background-color: #FFF;
	font-weight: 800;
	padding: 5px 5px 5px 5px;
}
#credits {
	color: #FFF;
	font-size: 10px;
	text-align: left;

}
#credits a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:hover{
	color: #F90;
	text-decoration: none;
}
#credits a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.fright {
	float: right;
}


.titlecell {
	color: #FFF;
	text-align: right;
	font-size: 24px;
}
.rightcell {
	color: #FFF;
	text-align: right;
	font-size: 24px;
}
.centrecell {
	color: #FFF;
	text-align: center;
	font-size: 24px;
}
.picturepad {
	color: #FFF;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.textcell {
	color: #FFF;
	text-align: left;
	font-size: 18px;
}
.smallertext {
	color: #FFF;
	text-align: left;
	font-size: 16px;
}
.vsmalltext {
	color: #FFF;
	text-align: left;
	font-size: 12px;
}
.smallerorangetext {
	color: #F60;
	text-align: left;
	font-size: 16px;
}
.orangetext {
	color: #F60;
	text-align: left;
	font-size: 24px;
}
.paddedcell {
	padding: 10px0px 10px 0px;
}
#mainevent {
	background-image: url(../graphics/eventinfo_bottom.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: 25px 0px;
	font-size: 10px;
	text-align: left;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 120px;
}
#mainevent a:link{
	color: #F60;
	text-decoration: none;
}
#mainevent a:hover{
	color: #F60;
	text-decoration: none;
}
#mainevent a:visited{
	color: #F60;
	text-decoration: none;
}

