* { 
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  margin-top: 20px;
  background: url(../imgs/body_bg.gif) no-repeat;
}

.heading {
  width: 870px;
  height: 170px;
}

.titleBar {
  width: auto;
  height: 129px;
  background: #700;
}
  
.nav {
  width: 870px;
  height: 41px;
  background: #c81a05 url(../imgs/nav_bg.gif);
  overflow: hidden;
}

.nav ul {
  margin-left: 30px;
}

.nav li {
  margin-right: 25px;
  float: left;
  display: inline;
} 
  
.words {
  width: 810px;
  margin: 35px 0px 0px 22px;
  overflow: hidden;
  color: #444;
}

.words p, .words p a{
  margin-bottom: 18px;
  font: 12px Tahoma, Arial, sans-serif;
  line-height: 18px;
}

.words p a:link, .words p a:visited {
  color: #700;
  text-decoration: none; 
}

.words p a:hover {
  text-decoration: underline;
}

.photos, .group_photos {
  margin-left: 22px;
}


.photos div, .group_photos div {
  height: 172px;
  margin-right: 13px;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}

.photos div {
  width: 130px;
}

.group_photos div {
  width: 203px;
}

.head {
  margin: 15px 0px 0px 22px;
  float: left;
  display: inline;
}

.dark {
  opacity: 1;
  filter: alpha(opacity=100); 
  -moz-opacity: 1;
}

.light { 
  opacity: 0.8;
  filter: alpha(opacity=80); 
  -moz-opacity: 0.8;
}

.desc p{
  color: #444;
  font: 10px Tahoma, Arial, sans-serif;
  padding: 0px;
  line-height: 2em;
  float: left;
  display: inline;
  overflow: hidden;
}

.clear {
  padding-top: 20px;
  clear: both;
}

object.mp3Player, img.icon {
  position: relative;
  top: 5px;
}
 
.footer {
  width: 870px;
  height: 30px;
  padding: 40px 0px 20px 0px;
  clear: both;
  overflow: hidden;
}
