/* GENERIC */

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 10pt "Trebuchet MS", Tahoma, sans serif;
  color: #2c1b0b;
  background: #fff url("images/grad.png") repeat-x;
}


/* LINKS */

a img {
  border: 0;
}

a:link, a:visited {
  color: #9a0c42;
  text-decoration: none;
  font-weight: bold;
}
a:hover, a:focus {
  color: #c59b9d;
  font-weight: bold;  
}

a.nav:link, a.nav:visited {
  color: #2c1b0b;
  text-decoration: none;
  font-weight: normal;
}
a.nav:hover, a.nav:focus {
  color: #c59b9d;
  font-weight: normal; 
}
.bullet {
  font-weight: bold;
  color: #c59b9d;
}

a.footer:link, a.footer:visited {
  color: #c59b9d;
}
a.footer:hover, a.footer:focus {
  color: #9a0c42;
}


/* HEADERS */

h1 {
  margin: 0;
  padding: 0;
}
h2 {
 color: #9a0c42;
 font: 22pt Georgia, serif;
}


/* CONTENT */

ul {
  list-style-type: none;
}
#wrapper {
  margin: 3% auto 0;
  width: 900px;
  height: 600px;
  background-color: #f6f3ee;
  border: 1px solid #c7c6c4;
}
#banner {
  padding: 31px 0 21px 0;
  width: 900px;
  height: 78px;
}
#banner img {
  width: 836px;
  height: 78px;
}
#sidephoto {
  float: left;
  width: 250px;
  height: 470px;
  background: transparent url("images/sidephoto.png") no-repeat;
  background-position: bottom;
}
#main {
  float: right;
  width: 650px;
  height: 470px;
}
#colleft {
  float: left;
  padding-right: 10px;
  padding-left: 30px;
  width: 370px;
  height: 440px;
  text-align: justify;
  line-height: 150%;
}
p.homepage {
  font-size: 14pt;
}
p.repertoire {
  padding: 7px;
  line-height: 170%;
  font-style: italic;
  text-align: center;
}
p.repertoire img {
  vertical-align: middle;
}
p.center {
  text-align: center;
}
form {
  margin-top: 20px;
}
form br {
  clear: left;
}
label {
  float: left;
  width: 162px;
  font-weight: bold;
}
input, textarea {
  width: 200px;
  margin-bottom: 10px;
  font: 10pt "Trebuchet MS", Tahoma, sans-serif;
}
textarea {
  width: 362px;
  height: 70px;
}
#submit {
  margin-left: 120px;
  margin-top: 5px;
  width: 90px;
}
#colright {
  float: right;
  margin-top: 50px;
  width: 240px;
  text-align: left;  
  font-family: Georgia;
  font-size: 17pt;
  line-height: 170%;
}
#quote {
  width: 620px;
  height: 30px;
  clear: both;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  padding-left: 30px;
  font-size: 11pt;
}
#quote img {
  vertical-align: middle;
}
#footer {
  margin: 20px auto;
  text-align: center;
  width: 100%;
  color: #a7a7a7;
}
