.note {
  padding: 10px 10px 30px 10px;
  margin: 20px 0 0 0;
}

.note {
  background: url(../img/torn.gif) #e0e3d1 repeat-x 0 100%;
}

.note .title{
  border-bottom: 1px solid black;
  font-weight: bold;
}

.note .title a {
  background: url(../content/link.gif) transparent no-repeat 0 0;
  padding-left: 30px;
  color: black;
  text-decoration: none;
}

.note .title a:hover {
  background: url(../content/link_mo.gif) transparent no-repeat 0 0;
  color: black;
}

.note .title .icons {
  float: right;
  background-color: #e0e3d1;
  padding: 0 0 0 10px;
}

.note p {
  clear: right;
}

.important {
  color: #ff9933;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  background: url(../img/torn_o.gif) #fedab6 repeat-x 0 100%;
}

.photo {
  border: 1px solid black;
  padding: 5px;
  margin: 10px;
}

.left {
  float: left;
  clear: left;
  margin-top: 0;
  margin-left: 0;
}

.right {
  float: right;
  clear: right;
  margin-top: 0;
  margin-right: 0;
}

.center {
  align: center;
}

#photopile {
  text-align: center;
}

.number {
  margin: -20px 10px 20px 0;
}

.film ol, .contact ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.film li, .contact li {
  border-top: 1px dotted #a4a698;
  padding-top: 5px;
  margin-top: 20px;
  clear: both;
}

#errorHeading {
  padding: 10px;
  border: 2px solid #ff9933;
  background-color: #fedab6;
  color: #ff9933;
  font-weight: bold;
  clear: both;
}

#errorHeading.flash {
  background-color: white;
  color: #ff9933;
}

.ack {
  width: 50%;
  margin: 90px auto;
  padding: 20px 20px 40px 20px;
} 

a:hover .photo {
  background-color: #ff9933;
}

.lineup ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.lineup li {
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px dotted black;
}

.lineup .name {
  color: #5E653D;
}

.lineup .credit {
  color: #A4A698;
  font-style: italic;
  font-size: 75%;
}


.lineup a {
  background: url(../content/link.gif) transparent no-repeat 0 0;
  padding-left: 30px;
  font-weight: normal;
  color: #5E653D;
}

.lineup a:hover {
  background: url(../content/link_mo.gif) transparent no-repeat 0 0;
}
