body {
   font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
   }



h3 {
  font-weight: bolder;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  color: #59178a; 
  margin-bottom: 0.8em; 
  line-height: 1em; 
}

p, ol  {
  font-weight: 500;
 
  font-size: .8em;
  Text-align : justify;
  letter-spacing: -0.0em;
  color: #30373B;
  line-height: 1.5em;
  Text-decoration : none;
  }


p a {
  color: #59178a; 
  Text-decoration : none;
  }

p a:link{
  Text-decoration : none;
  }

p a:hover{
  Text-decoration : underline;
  }
  
  
h1{
  font-weight: bolder;
  color: rgb(255,255,255);
  font-size: .9em;
  letter-spacing: 0.05em;
  color: #59178a; 
  line-height: .9em; }

h2 {
  width : 100%;
  margin : 0 0 0 0;
  padding : 25 0 25 0;
  background-color : #F2F2F2;
  border-style: solid;
  border-width: thin;
  border-top-color: #59178a;
  border-bottom-color: #59178a;
  border-left-width: 0;
  border-right-width: 0;
  Text-align : center;
  font-weight: bolder;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #59178a;
  line-height: 1.2em;
}

#picx {
  display:block;
  width:320px;
  border:1;
 }
 
#h2shade{
 Position: static;
 top :0;
 left:0;
 height: 4px;
 width : 100%;
 background-image : url('shade.jpg');
 background-repeat : repeat-x;
 }
 
 
#cframe {
  /* make this a containing block! */
  position: relative; 
  /* mark this element visually prominent */
  border: 1px dotted red;
}

 
 #oframe{
   position : static;
     left: 0;
  right: 0;
  top :0;

   width :60%;
  margin-right :auto;
 margin-left :auto;
 }
 
 #bframe {
  postion :relative;
  top :0;
  left : 0;
  background-image : url('large-pictures.png');
  background-repeat : no-repeat;
  width : 342;
  height : 270;
      z-index: -1;

  }

#bpic {
  position : relative;
  width : 180px;
  top :11;
  left :9;
  min-height : 10px;
  font-family:  helvetia;
  color: rgb(255,255,255);
  font-size:.9em;
  font-weight: bold;
  text-align: left;
  padding: 10 10 10 10;
  _padding: 10 10 10 10;
  margin: 20 0 0 0;
  _margin: 0 0 0 0;
      z-index: +1;
  }