﻿
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(/_images/bg_blue.jpg);
	background-repeat: repeat-x;
	background-color: #066498;
	margin: 0;
	padding: 0;	
	font-weight: bold;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #040c0f;
	color: #ffffff;
}

form {
	padding: 0;
	margin: 0;	
}

input.submit {
	color: #ffffff;
	background-color: #066498;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffe200;
}

a.selected {
	color: #ffe200;
}

/* HEADER STYLES */

h1 {
	font-size: 22px;
	line-height: 22px;
	margin: 0;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}

h3 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
}

h4 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
}

h5 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin: 0;
	color: #ffe200;
}

h6 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

/* DIV STYLES */

#startpagecontainer {
	border: 4px solid #ffffff; 
	background-color: #040c0f; 
	padding: 12px; 
	width: 600px; 
	height: 300px; 
	position: absolute; 
	left: 50%; 
	margin-left: -300px; 
	top: 50%; 
	margin-top: -150px;
}

#startpagelogotype {
	width: 600px; 
	margin-bottom: 20px;
}

#startpagetext {
	width: 600px; 
	margin-bottom: 20px;
}

#startpageselecttitle {
	width: 600px; 
	text-align: center; 
	margin-bottom: 20px; 
	font-weight: bold; 
	font-size: 14px; 
	color: #ffe200;
}

#startpagelanguages {
	width: 600px;
	text-align: center;
}

#startpagelanguages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#startpagelanguages li {
	padding: 0;
	display: inline;
}

#sitemapcontent {
	width: 864px;
}

#sitemapcontent ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#sitemapcontent li {
	margin: 0 0 10px 0;
}

#container {
	width: 897px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	width: 888px;
	height: 120px;
	border-left: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	background-color: #040c0f;
	margin-bottom: 9px;
}

#logotype {
 	width: 100px;
	height: 60px;
	float: left;
	padding: 30px;
}

#navigation {
	float: right;
	width: 580px;
	height: 12px;
	margin: 75px 0 0 0;
	padding: 15px;
	text-align: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#navigation li {
	margin-left: 10px;
	display: inline;
}

#page {
	width: 864px;
	margin-bottom: 9px;
	border: 4px solid #ffffff;
	background-color: #040c0f;
	padding: 12px;
}

#title {
	width: 864px;
	margin-bottom: 24px;
}

#content {
	width: 864px;
}

#leftcol {
	width: 420px; 
	float: left; 
}

#rightcol {
	width: 420px; 
	float: right; 
}

#column1 {
	width: 270px; 
	float: left; 
}

#column2 {
	width: 270px; 
	float: left; 
	margin-left: 25px;
}

#column3 {
	width: 270px; 
	float: right; 
}

#column70proc {
	width: 550px; 
	float: left; 
}

#column30proc {
	width: 250px; 
	margin-right: 10px;
	float: right; 
}

#footer {
	margin-bottom: 6px;
	width: 864px; 
	height: 100px; 
	border: 4px solid #ffffff; 
	background-color: #040c0f; 
	padding: 12px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer-right a {
	margin-left: 12px;
}

.musiclinkrow {
	width: 900px;
	margin-bottom: 9px;
}

.musiclink {
	width: 97px;
	height: 97px;
	border: 4px solid #ffffff;
	background-color: #040c0f; 
	float: left;
	background-image: url(/_images/palaudio_blank.gif);
}

.musiclinknext {
	width: 97px;
	height: 97px;
	border: 4px solid #ffffff;
	background-color: #040c0f; 
	float: left;
	background-image: url(/_images/palaudio_blank_next.gif);
}

.musiclinknexttext {
	text-align: center;
	color: #ffe200;
	font-weight: bold;
}

.musiclink-selected {
	width: 97px;
	height: 97px;
	border: 4px solid #ffe200;
	background-color: #040c0f; 
	float: left;
	background-image: url(/_images/palaudio_blank.gif);
}

/* GUESTBOOK STYLES */

.guest-title {
	font-weight: bold;
	color: #ffe200;
}

.guest-signature {
	font-style: italic;
}

.guest-datetime {
	color: #333333;
}

