


.bbox
{
   position:relative;
   top:5px;
   width:800px;
   height:1000px;
   margin-right:auto;
   margin-left:auto;
   background-color:black;
}


}
IMG.MainImage 
{
    top:20px;
    left:0px;
    width:250px;
    position: absolute;

    margin-left: 0px;
   
}


.TitleImg
{
  left:260px;
  top:30px;
  width:540px;
  position: absolute;

}


.menutext
{
  left:260px;
  height:75px;
  width:540px;
  top: 275px;
  position:absolute;
  font-variant: small-caps;
  font-size:large;

  float:right;
}

.content
{
   
  left:10px;
  height:500px;
  width:780px;
  top: 450px;
  position:absolute;
 
}
table
{
   padding-left:5px;
   padding-right:5px;
}
.spacer
{
   width:800px;
   height:100px;
}
.smallspacer
{
   width:800px;
   height:25px;
}
A:link 
{ 
    color: white;
    text-decoration: none;
}
A:visited 
{
   color: white;
   text-decoration: none;
}

a:hover
 { 
    color:#ffd700;
   text-decoration: underline;
}

.centtitle
{
   font-size:larger;
   font-variant:small-caps;
   text-align:center;
   color: white;

}
.blocktext
{
   padding-right:10px;
   padding-left:10px;
   color:white;
}
