/* Style sheet for Murray High Class of '86 Reunion */

body { 
  background-color: black;
  height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.roundcont {
  position: absolute;
  top: 155px;
  left: 30px;
  z-index:5;
  background-color: #f90;
  width: 150px;
}

.roundcont a:link {
  text-decoration: none;
  color: white;
}

.roundcont a:visited {
  text-decoration: none;
  color: white;
}

.roundcont a:hover {
  text-decoration: none;
  color: black;
}

.roundcont a:active {
  text-decoration: none;
  color: black;
}

.roundcont p {
  font-weight: bold;
  margin: 0 15px;
}

.roundtop {
  background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
  background: url(br.gif) no-repeat bottom right; 
}

.corner {
   line-height: 15px;
   col-width: 15px;
   padding: 0px;
   border-spacing: 0px;
}

.header {
  color: #f90;
  font-size: 40px;
  font-weight: bold;
  line-height: 80px;
  vertical-align: midle;
}

.wrap {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.content_wrap {
  position: absolute;
  top: 85px;
  left: 75px;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: white;
  background-image: url(tl_bw.gif);
  background-repeat: no-repeat;
  background-position: top left;
  overflow: auto;
}

.content {
  position: relative;
  color: black;
  font-size: 16px;
  height: 600px;
  margin: 0 150 0 150px;
  background-color: transparent;
  background-image: url(spartan.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.welcome {
  font-size: 28;
  font-weight: bold;
  align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.events {
  font-size: 28;
  font-weight: bold;
  align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact {
  font-weight: bold;
  align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.counter {

}

.guest_book {

}