
#logo
{
	height: 130px;
	width: 100%;
	background: url(images/background.jpg);
	text-align: center;
	margins: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#logo img
{
	borders: 0px;
}

#links
{
	height: 40px;
	width: 100%;
	background: #2e4963;
	text-align: center;
}

#links a
{
	color: #ffffff;
	line-height: 40px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 9px;
	text-decoration: none;
}

#links a:hover
{
	color: #2affff;
}

#staff
{
	visibility: hidden;
	width: 900px;
	height: 25px;
	background: #ffffff;
	position: relative;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}

#staff a
{
	color: #6c7e80;
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
}

#staff a:hover
{
	color: #22334b;
}

#practice
{
	visibility: hidden;
	width: 900px;
	height: 25px;
	background: #ffffff;
	position: relative;
	top: -25px;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
}

#practice a
{
	color: #6c7e80;
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
}

#practice a:hover
{
	color: #22334b;
}

#wowza
{
	visibility: hidden;
	width: 900px;
	height: 386px;
	background: #ffffff;
	position: relative;
	top: -50px;
	z-index: 98;
	margin-left: auto;
	margin-right: auto;
}
