body {
  margin: 0;
  padding: 0;
  font-family: "century gothic", arial, san-serif;
  font-size: 12px;
  color: #FFF;
}
#container {
  width: 1024px;
  margin: 0;
  text-align: left;
}
#header {
  height: 102px;
  width: 1024px;
  background-image: url('../images/Header7.png');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
#dummyHeader {
  height: 56px;
  width: 1024px;
  background-image: url('../images/Header5.png');
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
#logo {
  position: relative;
  top:  -1px;
  left: 25px;
}
#dummyContent {
  position: absolute;
  height: 452px;
  width: 1004px;
  left: 10px;
  top: 108px;
  background-color: #123456;
}
#dummyInside {
  margin-top: 80px;
  margin-left: 0px;
  text-align: center;
} 
#content {
  position: absolute;
  height: 452px;
  width: 1004px;
  left: 10px;
  top: 138px;
  background-image: url('../images/Content2.png');
  background-repeat: repeat-y;
}
#content-left {
  position: absolute;
  height: 443px;
  width: 155px;
  left: 0px;
  top: -10px;
  margin: 10px;
}
#content-center {
  position: absolute;
  height: 447px;
  width: 814px;
  left: 175px;
  top: 0px;
  padding: 10px;
  overflow: scroll;
}
#content-right {
  position: absolute;
  height: 443px;
  width: 150px;
  left: 0px;
  top: 130px;
  margin: 10px;
}
#footer {
  position: absolute;
  width: 1024px;
  height: 119px;
  top: 605px;
  left: 0px;
  background-image: url('../images/FooterC.png');
  background-repeat: no-repeat;
}
#mail {
  position: absolute;
  width: 235px;
  height: 66px;
  left: 775px;
  top: 40px;
  background-color: #000;
}
#mailBox {
  position: absolute;
  width 235px;
  height: 86px;
  top: 170px;
  left: 236px;
}
#mailfill {
  font-size: 12px;
  margin-left: 15px;
  margin-top: 4px;
}
#mailBoxfill {
  font-size: 12px;
  margin-left: 15px;
  margin-top: 8px;
}
#menu {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#newsevents {
  position: absolute;
  left: 400px;
  top: 95px;
}
#video {
  position: absolute;
  left: 580px;
  top: 95px;
}
#videoandaudio {
  position: absolute;
  left: 580px;
  top: 95px;
}
#press {
  position: absolute;
  left: 750px;
  top: 95px;
}
#aboutlemur {
  position: absolute;
  left: 723px;
  top: 95px;
}

#instruments {
  position: absolute;
  left: 330px;
  top: 112px;
}
#classes {
  position: absolute;
  left: 500px;
  top: 112px;
}
#contact {
  position: absolute;
  left: 680px;
  top: 112px;
  letter-spacing: -.2px;
}

#getinvolved {
  position: absolute;
  left: 311px;
  top: 113px;
}
#resident {
  position: absolute;
  left: 488px;
  top: 113px;
}
#prices {
 position: absolute;
 left: 895px;
 top: 95px;
}
#button {
  font-size: 11px;
  position: absolute;
  left: 10px;
  top: 40px;
}
#delim {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 157px;
}
.pagetitle {
  text-transform: uppercase;
  color: #FFCC33;
  font-size: 24px;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  padding: 0;
}
.posttitle {
  color: #33FF99;
  font-size: 18px;
}
.subtitle {
  font-size: 14px;
}
.contents1 {
  font-size: 16px;
}
.quicksummary {
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}
.description {
  text-align: center;
  width: 380px;
  margin-left: 110px;
}
.content2 {
  width: 380px;
  margin-left: 125px;
}
.tableleft {
  width: 230px;
  float: left;
  margin: 32px;
}
.tableleft2 {
  width: 140px;
  float: left;
  margin: 20px;
}
p {
  margin: 30px;
}
ul {
  margin-left: -10px;
  margin-top: -8px;
}
ul.subheading {
  list-style-type: none;
  line-height: 200%;
}
a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
a.menu {
  text-decoration: none;
  font-weight: normal;
}
a.menu:link {color: #FFF;}
a.menu:visited {color: #FFF;}
a.menu:hover {color: #FFFF66;}
a.menu:active {color: #CCC;}