body {
	background-color: #000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 40px;
	width: 950px;
	left: 0px;
	top: 0px;
}
#logo {
	position: absolute;
	height: 125px;
	width: 250px;
	left: -25px;
	top: 0px;
}
#maincontent {
	background-image: url(../images/bg_maincontent_home.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#maincontent_history {
	background-image: url(../images/bg_maincontent_history.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#maincontent_tour {
	background-image: url(../images/bg_maincontent_tour.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#maincontent_contact {
	background-image: url(../images/bg_maincontent_contact.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#maincontent_gallery {
	background-image: url(../images/bg_maincontent_gallery.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 500px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#maincontent_music {
	background-image: url(../images/bg_maincontent_music.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	width: 950px;
	left: 0px;
	top: 40px;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	height: 300px;
	width: 335px;
	left: 600px;
	top: 100px;
	overflow: auto;
}
#copy_history {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	height: 300px;
	width: 580px;
	left: 325px;
	top: 65px;
}
#mp3_player {
	position: absolute;
	height: 350px;
	width: 350px;
	left: 550px;
	top: 60px;
}
#sublinks {
	background-image: url(../images/bg_sublinks.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 150px;
	width: 950px;
	left: 0px;
	top: 440px;
}
#sublinks_gallery {
	background-image: url(../images/bg_sublinks.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 150px;
	width: 950px;
	left: 0px;
	top: 525px;
}
#sublink1 {
	position: absolute;
	height: 110px;
	width: 275px;
	left: 20px;
	top: 25px;
}
#sublink2 {
	position: absolute;
	height: 110px;
	width: 275px;
	left: 335px;
	top: 25px;
}
#sublink3 {
	position: absolute;
	height: 110px;
	width: 275px;
	left: 650px;
	top: 25px;
}
#social_facebook {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 855px;
	top: 15px;
}
#social_twitter {
	position: absolute;
	height: 32px;
	width: 32px;
	left: 900px;
	top: 15px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 590px;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer_sub {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 675px;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
}
#footer_sub a {
	color: #000;
	text-decoration: none;
}
#footer_sub a:hover {
	color: #FFF;
}
#flashcontent {
	position: absolute;
	height: 400px;
	width: 700px;
	left: 125px;
	top: 60px;
	background-color: #333;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin-top: 0px;
}
a {
	color: #C00;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.headlines {
	font-size: 14px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
