div, h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('/images/bg_body.jpg');
	_background-image: url('/images/ie_bg_header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #005f9d;
	font-family: Arial, Helvetica, sans-serif;
	color: #473d31;
}

h4 {
	font-size: 9px;
	text-transform: uppercase;
	color: #473d31;
	font-weight: normal;
	margin-left: 50px;
	margin-bottom: 7px;
}

.mp3 {
	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	position:relative;
	background-image: url('/images/bg_header.png');
	_background-image: none;
	background-repeat: no-repeat;
	width: 1000px;
	height:195px;
	margin: 0 auto;
}

#header a {
	outline: none;
}

#logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 12px;
	background-image: url('/images/logo.png');
	_background-image: none;
	width: 346px;
	height: 107px;
}
#logo span {
	display:none;
}

#nav {
	padding: 10px 0 0 0;
	width: 1000px;
	height: 216px;
	background-image: url('/images/bg_nav.jpg');
	background-repeat: no-repeat;
}

#nav ul {
	padding-left: 50px;
	margin: 0;
	list-style: none;
}

#nav li {
	font-size: 28px;
	color: #15b6e3;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 30px;
}

#nav a {
	color:#005f9d;
}

#main {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
}

#footer {
	position:relative;
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background-image: url('/images/bg_footer.gif');
	background-repeat: no-repeat;
}

#credit {
	position: absolute;
	top:36px;
	left:20px;
	font-size: 14px;
}

#credit a {
	color: #15b6e3;
}

#copyright {
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 36px;
	right: 20px;
	color: #15b6e3; 
}



