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

* {
	margin: 0;
	padding: 0;
}


body {
	background-color:#000;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width:800px;
	height:602px;
	background-color:#000;	
	margin:0 auto;
}

#mainBox {
	background:#45494E url(/images/black-bg.png) repeat-y;
	width:779px;
	/*height:600px;*/
	border:1px solid #000;
}

#mainBox div {
	float:left;
}

#mastHead {
	clear:both;
}

#mastHead div {
	height:95px;
}

#mastHead img {
	border:none;
}

#mastLeft {
	width:368px;
}

#mastRight {
	width:411px;
	color:#B7927E;
}
#mastRight.home {
	background-image:url(/images/masthead-home.jpg);
}
#mastRight.about {
	background-image:url(/images/masthead-about-us.jpg);
}
#mastRight.repertoire {
	background-image:url(/images/masthead-repertoire.jpg);
}
#mastRight.qanda {
	background-image:url(/images/masthead-q-and-a.jpg);
}
#mastRight.comments {
	background-image:url(/images/masthead-comments.jpg);
}
#mastRight.contact {
	background-image:url(/images/masthead-contact.jpg);
}
#mastRight p {
	font-size:13px;
	text-indent:125px;
	font-style:italic;
	padding-top:60px;
}

#logo2 img {
	border:none;
}

#bodyImg {
	width:175px;
}

#bodyHead {
	color:#B7927E;
	width:352px;
	padding-left:30px;
}

#bodyHead h2 {
	font-size:20px;
	font-weight:normal;
}

#bodyHead p {
	font-size:12px;
	font-style:italic;
	margin-top:10px;
}

#bodyText {
	width:352px;
	/*height:325px;
	overflow:auto;*/
	margin-top:15px;
	padding:0 10px 0 30px;
}

#bodyText p {
	font-size:14px;
	color:#B2BBC8;
	margin:0 0 20px 0;
	line-height:22px;
}

.heading, #bodyText p.heading {
	color:#B7927E;
	font-weight:bold;
}

#bodyText p.comment {
	border-top:1px solid #B7927E;
	padding-top:15px;
}

#bodyText a {
	color:#B7927E;
}

#bodyText p.audioClips a {
	color:#B2BBC8;
	text-decoration:underline;
}

#bodyText p.audioClips a:hover {
	color:#B7927E;
	text-decoration:underline;
}

#logo2 {
	width:604px;
	height:38px;
}

#content {
	width:604px;
	/*height:403px;*/
	border-bottom:2px solid #8A9EB3;
}

#footer {
	width:604px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4A6993;
	margin-left:175px;
	text-align:center;
	padding:10px 0;
}

#footer a {
	color:#4A6993;
	text-decoration:none;
}

#navBox {
	width:192px;
	height:403px;
}

#nav {
	color:#B7927E;
	font-style:italic;
	margin-top:85px;
	list-style:none;
	border-bottom:1px solid #8A9EB3;
}

#nav li {
	border-top:1px solid #8A9EB3;
	padding:7px;
	text-indent:20px;
}

#nav a {
	color:#B7927E;
	text-decoration:none;
}

#nav a:hover, #footer a:hover, #nav .navOn {
	color:#B2BBC8;
}
