body {
  background-image: url('./images/Nashville_Twilight.jpg');
  background-attachment: fixed;
}
.content {
  background-image: url('./images/background2.jpg');
}
#bg2 {
  background-image: url('./images/background2.jpg');
}
h1,h2,h3 {
  color:#8b0000;
  font-family:Trebuchet MS;
}
p {
  font-family: Verdana;
  color:#020202;
  text-indent: 15px;
}
p:first-letter {
  font-size:14pt;
  color:#8b0000;
  font-family:Trebuchet MS;
}
.menu {
  line-height: 90%;
  font-size: 12pt;
  font-weight: bold;
  font-family: times;
}
.menu2 {
  line-height: 90%;
  font-size: 11pt;
  font-weight: bold;
  font-family: times;
}
.pi {
  float: left;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 250px;
  width: 180px;
}
.pi2 {
  float: right;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 250px;
  width: 180px;
}
.footer {
  font-family: Times New Roman, Tahoma;
  color:#444444;
  font-size: 10pt;
}
#shadow {
  -moz-box-shadow: -5px -5px 5px #888;
  -webkit-box-shadow: -5px -5px 5px #888;
  box-shadow: -5px -5px 5px #888;
}
a:link {
  color: #8b0000;
  text-decoration: none;
}
a:visited {
  color: #330000;
  text-decoration: none;
}
a:hover {
  color: #888888;
  text-decoration: underline;
  font-size: 12pt;
}
a:active {
  color: #555555;
}
  
