html {
    overflow: -moz-scrollbars-vertical;
    height:100%;
}

body {
    font-family : Verdana, Arial;
    font-size: 9pt;
    color:#000000;
    margin: 0px; 
    height:100%;
}

h1 {
    font-size: 16px;
    margin: 0px; 
    margin-left:0px;
    margin-bottom:5px;
    font-weight:bold;
    color:#000000;
}

h2 {
    font-size: 12px;
    margin: 0px; 
    margin-left:0px;
    margin-bottom:5px;
    line-height:12px;
    font-weight:bold;
    color:#000000;
}

h3 {
    font-size: 10pt;
    margin: 0px; 
    margin-left:5px;
}

A:link {
    text-decoration: none; 
    color:#9f3f8c; 
    font-size:12px; 
    font-weight:bold;
}
A:visited {
    text-decoration: none; 
    color:#9f3f8c; 
    font-size:12px; 
    font-weight:bold;
}

A:hover {
    text-decoration: none; 
    color:#9f3f8c; 
    font-size:12px; 
    font-weight:bold;
}



/* Gallery */
div#gallery_list {
  margin-top:10px;
  width:660px;
 /* height:100%;*/
}

#content {
  margin-top:10px;
  width:660px;
  
}

div.gallery {
  position:relative;
  height:150px;
  width:150px;
  float: left;
  margin-bottom:20px;
  margin-right:10px; 
  text-align:center;
  border: 1px solid #BBBBBB;

}

div.gallery_img {
  position:absolute;
  left: 0px;
  text-align:center;
  margin-top:50%;
  margin-left:50%;
}

div.gallery_img img {
/*  width: 120px; */
  padding:0px;
  margin:0px;
  border: 0px; 
  text-align:center;
}

a.gallery_img_link {
  margin:0px;
  padding:0px;
  display:block;
}

div.gallery_innerPicture {
  max-height:400px;
  position:absolute;
  top: 50%;
}

div#gallery_nav {
  text-align:center;

}

div#gallery_pictureText {
   
}
/* END Gallery Picture */
