body {
  background-image: url(../img/sch_bg.jpg);
  font-family: Verdana, Tahoma, Arial, Sans Serif;
  font-size: 1em;
  text-align: center;
}

#container {
  position: relative;
  width: 975px;
  background-color: #2D3154;
  margin-left: auto;
  margin-right: auto;
  color: #2D3154;
  border: solid 1px #555555;
}

#header {
  padding: 0px;
  margin: 0px;
}

#header img {
  border: 0px;
}

#login {
  position: relative;
  padding: 0px;
  width: 100%;
  background-color: #2D3154;
  color: #EEEEEE;
  font-size: 13px;
}

#login p {
  margin: 4px;
  font-weight: 500;
}

#login_left {
  float: left;
  margin-left: 5px;
  width: 450px;
  text-align: left;
}

#login_right {
  float: right;
  width: 400px;
  margin-right: 5px;
  text-align: right;
}

#main {
  position: relative;
  padding: 0px 35px 15px 35px;
 
  color: #EEEEEE;
  /*background-image: url(../img/sch_main_bg.png);*/
}

#main_flv {
  width: 600px;
  height: 363px;
  margin: 20x 0px 10px 15px;
  border: #555555 solid 1px;
}

#main_index {
  position: relative;
  height: 400px;
  width: 100%;
  background-image: url(../img/sch_main_bg.gif);
}

#main_content {
  position: absolute;
  right: 15px;
  width: 760px;
/*  border: solid 1px; */
}

#main_intro {
  position: absolute;
  margin: 20px 0px 20px 35px;
  text-align: center;
  border: solid 1px #2B022A;
}

#main_links {
  position: absolute;
  left: 25px;
  top: 300px;
  margin-top: 3px;
  width: 490px;
}

#main_links p {
  font-family: verdana, arial, sans serif;
  font-size: 16px;
  font-weight: 900;
  margin-top: -7px;
  color: #a69661;
}

#main_link a:link {
  color: #AA0000;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}
#main_link a:hover {
  color: #AA0000;
  font-weight: 900;
  background-color: #EEEEEE;
  text-decoration: underline;
  font-size: 13px;
}
#main_link a:active {
  color: #EEEEEE;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}
#main_link a:visited {
  color: #AA0000;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}

#main_copy {
  float: right;
  margin: 20px 35px 20px 0px;
  padding: 8px 11px 18px 11px;
  text-align: center;
  font-size: 1em;
  line-height: 13pt;
  letter-spacing: -.1px;
  width: 375px;
  background-color: #E2D9BA;
  border: #85400c solid 1px;
}

#main_copy h2 {
  text-align: center;
  color: #350034;
}

#main_copy a {
  color: #AA0000;
}

#musicians_link {
  margin-top: 7px;
}

#musicians_link a:link {
  color: #AA0000;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}
#musicians_link a:hover {
  color: #AA0000;
  font-weight: 900;
  background-color: #EEEEEE;
  text-decoration: underline;
  font-size: 13px;
}
#musicians_link a:active {
  color: #EEEEEE;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}
#musicians_link a:visited {
  color: #AA0000;
  font-weight: 900;
  text-decoration: underline;
  font-size: 13px;
}

#lessons {
  float: center;
  width: 925px;
  text-align: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  background-image: url(../img/sch_concerts_bg.jpg);
  background-repeat: repeat-x;
  border: solid 1px;
}


.lesson_entry {
  float: left;
  width: 165px;
  height: 265px;
  padding: 3px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  /*border: solid 1px;*/
}


.lesson_entry h3 {
  padding: 0px;
  margin: 3px;
}

#seo {
  color: #EEEEEE;
}

#footer {
  text-align: center;
  color: #EEEEEE;
}

h1 {
  font-family: verdana, arial, sans serif;
  font-size: 20px;
  color: #D2C495;
}

h2 {
  font-family: Trebuchet MS, verdana, arial, sans serif;
  font-size: 18px;
  color: #D2C495;
}

h3 {
  font-family: verdana, arial, sans serif;
  font-size: 16px;
  color: #D2C495;
}

h4 {
  font-family: verdana, arial, sans serif;
  font-size: 16px;
  color: #917C21;
}

li {
color: #EEEEEE;
}

a:link {
  color: #EBE5CD;
  text-decoration: underline;
  font-size: 1em;
}
a:hover {
  color: #EBE5CD;
  text-decoration: underline;
  font-size: 1em;
}
a:active {
  color: #EEEEEE;
  text-decoration: underline;
  font-size: 1em;
}
a:visited {
  color: #EBE5CD;
  text-decoration: underline;
  font-size: 1em;
}

p.small_text {
  padding: 0px;
  margin: 2px;
  font-size: 10px;
  font-weight: 100;
  font-family: verdana, arial, sans serif;
  color: #555555;
}



#clear {
clear: both;
}