@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	min-width: 1000px;
	background-image: url(images/reqbackground.jpg);
	background-repeat: repeat;
	background-position: left;
	background-attachment: fixed;
	scrollbar-face-color: #8D744A;
	scrollbar-shadow-color: #B57624;
	scrollbar-highlight-color: #B57624;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #130919;
	scrollbar-arrow-color: #FFFFFF
}
body, th, td, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
h1 {
	font-size: 0.9em;
	color: #ffffff;
	text-indent: 7px;
	line-height: 25px;
	text-transform: capitalize;
	font-weight: bolder;
	padding-top: 90px;
	padding-left: 5px;
}
h2 {
	font-size: 0.9em;
	font-weight: lighter;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 950px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8D744A;
	border-left-color: #8D744A;
}
#logo {
	height: 230px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#nav {
	height: 580px;
	padding-bottom: 10px;
	float: left;
	width: 200px;
	clear: both;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: block;
}
#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8a744d;
	padding-bottom: 5px;
	height: 3em;
}
#nav ul li a:hover {
	color: #8a744d;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#links {
	height: 125px;
	width: 180px;
	margin-top: 20px;
	color: #8D744A;
}
#links h1 {
	color: #8a744d;
	margin: 0px;
	padding: 0px;
}
#facebook {
	width: 75px;
	height: 75px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
	margin-left: 15px;
	margin-right: 3px;
}
#twitter {
	height: 75px;
	width: 75px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 3px;
}
#cdLink {
	height: 150px;
	width: 180px;
	border: thin solid #8D744A;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 7px;
	vertical-align: bottom;
	clear: both;
}
#cdLink a {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	height: 675px;
	width: 475px;
	clear: none;
	padding-left: 20px;
	float: left;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 5px;
}
#content p {
	line-height: 2em;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
}
#content h1 {
	font-size: .9em;
	color: #8a744d;
	text-align: right;
	font-weight: lighter;
	padding-top: 30px;
	padding-right: 20px;
}
#content h2 {
	padding-right: 45px;
	font-weight: lighter;
	font-size: 0.8em;
	color: #8D744A;
	padding-top: 30px;
}
#content img {
	float: right;
	clear: none;
	padding-right: 30px;
	padding-top: 15px;
}
#orderform {
	clear: none;
	float: left;
	height: 675px;
	width: 700px;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}
#orderform h1 {
	color: #8a744d;
	text-align: center;
	padding-top: 15px;
}
#orderform h2 {
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	padding-left: 12px;
}
#orderform img {
	float: left;
	margin-left: 125px;
	margin-top: 30px;
	margin-right: 35px;
	width: 200px;
}
form {
	margin-top: 50px;
	width: 225px;
	float: left;
	margin-left: 20px;
}
#content2 {
	width: 700px;
	float: left;
	height: 675px;
	padding-top: 5px;
	padding-left: 20px;
	clear: none;
	padding-right: 5px;
	margin-right: 15px;
	overflow: auto;
}
#content2 h2 {
	color: #8a744d;
	padding-left: 12px;
	padding-top: 5px;
	font-size: 0.9em;
}
#content2 p {
	padding-top: 2px;
	padding-right: 20px;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: lighter;
	padding-left: 15px;
	color: #FFFFFF;
}
#content2 p a:hover {
	color: #8a744d;
}
#content2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#content2 img {
	float: left;
	margin-right: 35px;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#content2 ul {
	text-decoration: none;
	list-style-type: none;
}
#content2 ul li {
	display: block;
	font-size: .9em;
}
#content2 ul li a {
	color: #8a744d;
	text-decoration: none;
	line-height: 2em;
	padding-left: 10px;
}
#content2 ul li a:hover {
	color: #FFFFFF;
}
#content3 {
	height: 675px;
	width: 700px;
	clear: none;
	float: left;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 20px;
}
#content3 h1 {
	padding-top: 15px;
	color: #8a744d;
	text-align: center;
}
#content3 h2 {
	padding-left: 12px;
	padding-bottom: 10px;
	text-align: center;
}
#content2 h3 {
	font-size: .9em;
}
#content3 p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content3 p a:hover {
	color: #8a744d;
}
#content3 #solo1 {
	height: 130px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content3 #solo1 p img {
	float: left;
	margin-right: 30px;
}
#content3 #solo2 {
	height: 130px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content3 #solo2 p img {
	float: left;
	padding-right: 30px;
}
#content3 #solo3 {
	height: 130px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content3 #solo3 p img {
	float: left;
	padding-right: 30px;
}
#content3 #solo4 {
	height: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content3 #solo4 p img {
	float: left;
	padding-right: 30px;
}
#content3 #photo {
	height: 165px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#content3 #photo img {
	float: left;
	padding-left: 10px;
	margin-right: 20px;
	clear: none;
}
#content3 #video {
	height: 165px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content3 #video img {
	float: left;
	padding-left: 10px;
	margin-right: 20px;
}
#content3 #sound {
	height: 165px;
	margin-left: 20px;
	padding-top: 5px;
}
#content3 #sound img {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
}
#programme {
	clear: none;
	float: left;
	height: 675px;
	width: 700px;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 30px;
	overflow: auto;
}
#programme h2 {
	color: #8a744d;
	padding-top: 20px;
}
#programme h3 {
	color: #8a744d;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: lighter;
	text-indent: 18px;
}
#programme p {
	text-indent: 18px;
}
#rightcontent {
	background-color: #8D744A;
	height: 580px;
	width: 210px;
	clear: none;
	float: left;
	padding-top: 2px;
	margin-right: 10px;
	margin-top: 15px;
}
#rightcontent p {
	font-size: 0.7em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
	color: #000000;
	padding-bottom: 2.5px;
	line-height: 1.25em;
	font-weight: lighter;
	margin-top: 0px;
	clear: both;
}
#rightcontent img {
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-right: 7.5px;
	padding-left: 7.5px;
	padding-top: 7.5px;
}
#gallery {
	clear: none;
	float: right;
	height: 675px;
	width: 700px;
}
#gallery h1 {
	margin-left: 50px;
	margin-top: 0px;
	text-align: center;
	padding-top: 15px;
	color: #8a744d;
}
#gallery h2 {
	text-align: center;
	padding-bottom: 10px;
	padding-left: 12px;
}
#footer {
	clear: both;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	width: 960px;
}
#footer p {
	font-size: .7em;
}
#footer #copyright {
	float: left;
	width: 550px;
	height: 30px;
	margin-left: 10px;
}
#footer #footernav {
	float: left;
	height: 30px;
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footernav ul {
	list-style-type: none;
}
#footernav ul li {
	display: inline;
	font-size: .8em;
}
#footernav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: none;
	line-height: 30px;
	margin-right: 10px;
	margin-left: 175px;
}
#footernav ul li a:hover {
	color: #8D744A;
}

.solo {
	padding-bottom: 20px;
}
.choir {
	padding-bottom: 20px;
}
.programme {
	padding-bottom: 0px;
	padding-top: 0px;
}
#index .index {
	color: #8a744d;
}
#orchestra .orchestra {
	color: #8a744d;
}
#conductor .conductor {
	color: #8a744d;
}
#contact .contact {
	color: #8a744d;
}
#coordinator .coordinator {
	color: #8a744d;
}
#orchestration .orchestration {
	color: #8a744d;
}
#soloist .soloist {
	color: #8a744d;
}
#programme1 .programme1 {
	color: #8a744d;
}
#performance .performance {
	color: #8a744d;
}
#alternative {
	float: left;
	clear: both;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-indent: 125px;
	margin-left: 75px;
}
#alternative p {
	text-align: center;
}
#alternative p a {
	text-decoration: none;
	color: #FFF;
}
#alternative p a:hover {
	color: #8A744D;
}
#form form table {
	margin-bottom: 20px;
}
