/* CSS Document */
body {
	background-color: #000000;
	background-image: url(web_files/images/bgFINAL.jpg);
	background-repeat: no-repeat;
    font-family: arial,helvetica,sans-serif;
  	font-size: 100%;
  	padding: 0;
  	margin: 0;
	line-height: 15px;
  	width: 100%;
}
#line {
	display: block;
	width: 400px;
	border-bottom: 1px solid #FFF;
}
img.floatleft {
	float: left;
	margin-right: 15px;
	
}
img.floatright {
	float: right;
	margin-left: 15px;
	
}
#background {
	
}
#container {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 600px;
}
#box {
	background: url(web_files/images/boxBG.png);
	min-height: 100px;
	max-width: 600px;
	padding: 10px;
	padding-bottom: 20px;

}
#box2 {
	background-color: #a8a03b;
	min-height: 100px;
	max-width: 600px;
	padding: 20px;

}
#box3 {
	background: url(web_files/images/box3BG.png);
	min-height: 100px;
	max-width: 600px;
	padding: 20px;

}
#box4 {
	background: url(web_files/images/box4BG.png);
	min-height: 100px;
	max-width: 600px;
	padding: 20px;

}
#box5 {
	background: url(web_files/images/box5BG.png);
	min-height: 100px;
	max-width: 600px;
	padding: 20px;

}
#box6 {
	background: url(web_files/images/box6BG.png);
	min-height: 100px;
	max-width: 600px;
	padding: 20px;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
}
#homelink {
	position: absolute;
	display: block;
	width: 1000px;
	height: 150px;
	top: 0px;
	left: 0px;
	z-index:1000;
}
#navcontainer {
	position: absolute;
	width: 480px;
	height: 30px;
	top: 160px;
	left: 0px;
}
#navcontainer a {
	display: block;
	margin-right: 5px;
	float: left;
	width: 86px;
	height: 30px;
}

#about span {
	display: none;
}
#press span {
	display: none;
}
#calendar span {
	display: none;
}
#links span {
	display: none;
}#contact span {
	display: none;
}
#logo {
	position: relative;
	float: left;
	z-index: 1;
}
#logotext {
	position: relative;
	float: right;
	z-index: 3;
}
#navbar {
	position: relative;
	float: left;
	width: 519px;
	height: 39px;
	z-index: 1000;
}

h1 {
	font-size: 80%;
}
p {
	font-size: 75%;
}
a {
	color: #333333;
	text-decoration: none;
}
a: hover {
	color: #000000;
	text-decoration: none;
}