/*mcKenziemusic.com main style*/


body{
  font-family: "Garamond", Palatino, serif;
  background-color: #000000;
  overflow-y: scroll;
}

h1 {
  margin-bottom: 0px;
}

h2, p {
  margin-top: 0px;
}

h2 {
  font: italic 110% arial, sans-serif;
  margin-bottom: 10px;
}

.nofloat {
  border: solid #000000 1px;
}

.floatleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid #000000 1px;
}

.floatright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid #000000 1px;
}

#all {
  background-color: #FAFAD2;
  width: 800px;  
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  width: 800px;
  background-image: url("mountains.jpg");
  background-repeat: no-repeat;
  position: absolute;
  position: fixed;
  top: 0px;

}

#menu ul {
  margin-left: -2.5em; 
  margin-top: 56px;
  
}

#menu li {
  list-style-type: none;
  float: left;
  width: 100px;
  background-color: #DEB887;
  text-align: center;
  border-bottom: #000000 solid 2px;
  /*border-right: #000000 solid 1px;*/
  border-left: none;
}

#menu a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

#menu a:hover{
  background-color: white;
}

#menu li ul {
  display: none;
}

#menu li:hover > ul {
  display:block;
  margin-top: 0px;

}

#content {
  margin-top: 72px;
  padding-top: 10px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

#content a{
  color: #006699;
  font-weight: bold; 
  text-decoration: none;
}


#listA {
  margin-bottom: 2em;
  margin-left: 25px; 
}

#listA li{
  text-align: left;
  margin-left: 25px;
}

#email {
  margin-top: 50px;
  background-image: url("email.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
}

#footer {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 800px;
  background-color: #DEB887;
  text-align: center;
  font-size: 15px;
  border-top: #000000 solid 1px;
}



