@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	margin: 0;
	padding: 0;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#background {
	margin: 0 auto;
	width: 1020px;
	height: 427px;
	background-image: url(../images/headerBackground2.jpg);
	background-repeat: no-repeat;
}

p {
	line-height: 1.35em;
	text-align: justify;
	margin-top: 8px;
}

p.h3 {
	font-weight: normal;
	color: #ccbf74;
	font-size: 13.5px;
	margin: 0 0 5px 0;
}

#wrapper {
	width: 980px;
}

#header {
	width: 980px;
}

.divider {
	padding: 0 5.9px;
}

#navContainer {
	width: 620px;
	margin-top: 20px;
	float: right;
}

.nav li {
	list-style-type: none;
	display: inline;
}

.nav ul {
	padding: 10px 0;
	margin: 0;
}

.nav a {
	text-decoration: none;
}

a {
	border: none;
	outline: none;
	text-decoration: none;
	color: white;
}

img {
	border: none;
}

#contentContainer {
	width: 620px;
	float: right;
}

#content {
	width: 620px;
}

#middleContent {
	clear: both;
	width: 940px;
	margin: 0 auto;
}

.middleContentBlock {
	float: left;
	width: 300px;
}

.middleContentBlock p {
	margin-bottom: 8px;
}

#singer {
	margin-right: 20px;
}

#composer {
	margin-right: 20px;
}

#footerContainer {
	width: 620px;
	float: right;
	margin: 20px 40px 0 0;
}

#footer {
	width: 620px;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: underline;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.subHeader {
	margin: 15px 0 0 0;
	padding: 0;
}

.subHeader2 {
	margin: 5px 0 0 0;
	padding: 0;
}

.picture {
	width: 300px;
	float: right;
	margin: 40px 0 5px 20px;
}


#contactSubHeader {
	margin-bottom: 5px;
	float: left;
}

.more {
	margin: 3px 0 0 0;
	padding: 0;
}

#contactForm {
	width: 300px;
	margin-right: 20px;
	float: left;
	clear: left;
}

#contactContent {
	width: 300px;
	float: right;
	margin-top: 14px;
}

.textBox {
	height: 20px;
	width: 300px;
	background-image: url(../images/textbox.jpg);
	border: none;
	padding: 0;
}

#contactForm p {
	margin: 5px 0 5px 0;
}

.textArea {
	border: none;
	padding: 0;
	width: 300px;
	height: 180px;
	background-image: url(../images/textarea.jpg);
}

.submit {
	height: 25px;
	width: 66px;
	background-image: url(../images/submit.jpg);
	border: none;
	margin: 8px 0 10px 0;
}

#contactMessage {
	color: #ccbf74;
}

.contactError {
	color: #F00;
}

.smallItalic {
	font-style: italic;
	font-size: 11px;
}
