body {
    background-image : url('back.png');
    background-repeat : repeat-y;
    color:black;
    font-family: arial, helvetica, sans-serif;
    font-size:12px;
    /*font-weight:bold;*/
  }


.mainmenu, .mainmenu a {
    padding-bottom : 5px;
    padding-left : 2px;
    padding-top : 5px;
    color:black;
    text-decoration:none;
    font-weight:bold;
  }


.activemainmenu, .activemainmenu a {
    color:white;
    padding-bottom : 5px;
    padding-left : 2px;
    padding-top : 5px;
    text-decoration:none;
    font-weight:bold;
  }

.activesubmenu, .activesubmenu a {
    background-color : white;
    margin-left : -1px;
    margin-top : 1px;
    padding-bottom : 5px;
    padding-left : 2px;
    padding-top : 5px;
    width : 175px;
    color:black;
    text-decoration:none;
    line-height:1.5em;
    font-weight:bold;
 }

.submenu, .submenu a {
    background-color : white;
    margin-left : -1px;
    margin-top : 1px;
    padding-bottom : 5px;
    padding-left : 2px;
    padding-top : 5px;
    width : 175px;
    color:black;
    text-decoration:none;
    line-height:1.5em;
    font-weight:normal;
  }

.menucontainer {
  top:175px;
  left:46px;
  position:absolute;
}

.contentcontainer {
  top:170px;
  left:300px;
  width:550px;
  position:absolute;
}

.headercontainer {
  top:40px;
  left:300px;
  width:550px;
  position:absolute;
}

.desccl {
vertical-align:center;
}
.intxtcl {
width:300px;
}

/*Hover*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90;
left: 70px; /*position where enlarged image should offset horizontally */

}

img {
border-width:0px;
}
