BODY {
  
  font-family: helvetica, arial;
  font-weight: bold;
  background: url( '/images/floral.jpg' );
}

A, A:visited {

  color: #5b0000;
  text-decoration: none;
}

A:hover {

  color: #000;
  text-decoration: underline;
}

#wrapper {
  
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space:  no-wrap;
}

#leftside {

 background: #FFF url( '/images/leftside.png' );
 width: 40%;
 height: 1000%;
 float: left;
 background-repeat: no-repeat;
 background-position: top right;
}

#rightside {

 width: 60%;
 float: right;
 height: 100%;
 padding-top: 20px;
 font-weight: bold;
 
}


#rightside A, #rightside A:visited {

  text-decoration: underline;
}

#content {

 
  margin-left: 30px;
  margin-right: 30px;
}

#navigation {

  background: url( '/images/glassbar.jpg');

  float: right;
  height: 35px;
  width: 100%;
  text-align: center;

  padding-top: 10px;
  
  border: solid thin #BBB;
  white-space:  no-wrap;
  min-width: 1200px;
 
}

#navigation A, #navigation A:visited {

  margin-left: 20px;
  margin-right: 20px;
  font-size: 14pt;
  font-weight: bold;
 white-space:  no-wrap;
 text-decoration: none;
}

#angels {

  margin-left: 65px;
  margin-top: 50px;
}

#cmc-logo {

 position: absolute;
 right: 10px;

}

#links {

  position: absolute;
  top: 60px;
  left: 380px;
  

}



LI {

  margin-top: 10px;
}

