/* CSS Document */


/* Delete this when done */




/* This controls the formatting of the main page in general */
body {
  background-color:#003333;
  color:#D9FFD9;
}


/*  This controls the different Divisions within the site */
div {
  position:relative;
}
span.namedHeader {
  size:30px;
  font-weight:900;
  color:#003300;
}
div.divNamedHeader {
 }

/* This is the Main Division */
div.divMain {
  background-image:url(../img/background.jpg);
  background-position:right;
  background-repeat:no-repeat;
  border-top-width:thick;
  border-top-color:#993333;
  border-top-style:solid;
  border-bottom-width:thick;
  border-bottom-color:#993333;
  border-bottom-style:solid;
  position:absolute;
  top:10%;
  width:100%;
  height:417px;
}
#divHouseConcert {
  background-image:url(../img/portraitGlatz.jpg);
  }
#divAbout {
  background-image:url(../img/portraitGlatz.jpg);
  }
#divHours {
  background-image:url(../img/entrance.jpg);
}
#divBio {
  background-image:none;
}
#divContact {
  background-image:none;
  }
#divDirections {
  background-image:none;
}
#divTour {
  background-image:none;
  }


#divMeetAnn {
  background-image:url(../img/pic1.jpg);
  }
#divMeetNancy {
  background-image:url(../img/pic2.jpg);
  }
#divMeetTanja {
  background-image:url(../img/pic3.jpg);
  }
#divMeetLaura {
  background-image:url(../img/pic4.jpg);
  }
#divMeetLinsay {
  background-image:url(../img/pic5.jpg);
  }


/* This controls the properties of the main image on the index page
    and other images */
a img {
  border:none;
}
div.indexMainImage {
  border:thin #990000 solid;
}
img.imgThumb {
  border-right-color:#993333;
  border-right-style:solid;
  border-right-width:thick;
  width:50px;
}
#imgThumbDr {
  width:75px;
}

/*  This controls the Links */
a {
  text-decoration:none;
  color:#FFFFFF;
}
a:hover {
  color:#CCCC00;
}


/* This controls the menu links */
div.menuLinks {
  text-align:right;
}

/* This will contol the table properties */

td.tableWhite {
  background-color:#FFFFFF;
  border-right-color:#993333;
  border-right-width:thick;
  border-right-style:solid;
  border-left-color:#993333;
  border-left-width:thick;
  border-left-style:solid;
  vertical-align:top;
}

/* This is controlling the main typing area */
td.top {
  vertical-align:top;
  width:340px;
  font-weight:800;
}
#tdHours {
  background-image:url(../img/jazzPic.jpg);
  background-position:right top;
  width:575px;
}
.solidBackground {
  background-color:#003333;
  width:100%;
}

/* This controls the concert alignment */
div.concertalign {
  text-align:left;
}

/* This controls the fonts */
span {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
#mainHeader {
  font-size:10px;
  color:#000000;
  font-style:italic;
  font-weight:900;
  width:150px;
  text-align:center;
}

span.fontXLargeWhite {
  font-size:36px;
  font-stretch:expanded;
  font-weight:bolder;
}
span.fontLargeWhite {
  font-size:18px;
  font-stretch:expanded;
  font-weight:bolder;
}
span.fontSmall {
  font-size:10px;
}
span.fontSmallWhite {
  font-size:10px;
}
span.fontMediumWhite {
  font-size:12px;
}
span.fontSmallBlack {
  font-size:10px;
  color:#000000;
}

