@charset "utf-8";
#nav {
	height: 57px;
	width: 850px;
}

#chromemenu{
	width: 850px;
	font-weight: bold;
	font-size: 90%;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	white-space: normal;
	word-spacing: 5px;
	letter-spacing: 2px;
	background-repeat: repeat-x;
}
#main {
	width: auto;
	float: none;
}


#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 1px none #CCCC33;
	width: 100%;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	color: #FFCC00;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FEEA00;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FEEA00;
}

#chromemenu ul li a:hover{
	background-repeat: no-repeat;
	background-position: center center;
	color: #CCCCCC;
}
#main #indexmain #video {
	text-align: center;
}
#main #indexmain #video #video2 {
	text-align: center;
	background-image: url(/Images/video.png);
}
a:link {
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
}
#main #indexmain #sponsorsfront {
	background-image: url(/Images/sponsors.png);
	background-repeat: no-repeat;
}
