@font-face {
  font-family: "Brush Title";
  src: url(../css/font/RichieBrusher.ttf);
}
#header {
  background-image: url("img/header_lessons.jpg");
  background-size: 1300px 100%;
}
#headnav{
  font-family: "Bookman Old Style";
}
#nav {
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#nav-li {
  display: inline;
  padding-right: 10px;
  font-family: "bookman old style";
  font-weight: bold;
  font-size: 16px;
}
#out {
  padding-left: 0px;
  list-style-type: none;
  padding-top: 10px;
}
#out-li {
  padding-left: 0px;
  padding-bottom: 2.5px;
  font-family: "bookman old style";
  font-weight: bold;
  font-size: 16px;
}
#out-li a:hover {
  color: white;
}
p.lcol {
    padding-bottom: 2.5px;
    font-family: "bookman old style";
    font-size: 16px;
    text-align: justify;
}
#content {
  padding-top: 15px;
}
#alb-art {
  width: 100%;
  height: inherit;
  border: 15px white;
  padding: 1.5pt;
  background-color: #204f08;
}
body {
  background-color: black;
}
h1 {
  color: rgb(234, 234, 234);
  font-family: "Brush Title";
  text-shadow: 2px 2px #204f08;
  font-size: 56pt;
}
h2 {
  color: lightgrey;
  font-family: "Trebuchet MS";
  font-weight: bold;
  text-shadow: 1px 1px #3b920f;
}
p {
  font-family: "bodoni";
  font-size: 14pt;
  text-align: justify;
  padding-left: 5pt;
  padding-right: 5pt;
  color: rgb(211, 211, 211);
}
a:link.navi {
  color: #204f08;
}
a:visited.navi {
  color: grey
}
* {
  margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -24px;
}
.footer {
    height: 24px;
}
.push {
    height: 24px;
}
