@charset "UTF-8";
/* CSS Document */
 
body,td,th {
	
	font-family: sans-serif;
	font-size: 14px;
}

body {
	background-color: #cdd8f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/splash2.png);
	background-position: center top;
	/*z-index: -1;*/
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*#nav {

	position: absolute;
	top: 296px;
	left: 97px;

}*/
a:link {
	font-size: 1.2em;
	font-family: sans-serif;
	color: #606060;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:visited {
	text-decoration: none;
	color: #003366;
	border: none; 
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.home {
	position: absolute;
	top: 296px;
	left: 97px;
}
.about {
	position: absolute;
	top: 341px;
	left: 104px;
}
.music {
	position: absolute;
	top: 380px;
	left: 123px;
}
.media {
	position: absolute;
	top: 415px;
	left: 164px;
}
.calendar {
	position: absolute;
	top: 446px;
	left: 218px;
}
.contact {
	position: absolute;
	top: 474px;
	left: 289px;
}
.press {
	position: absolute;
	top: 507px;
	left: 360px;
}
