/* 
    Document   : index
    Created on : 24-Jan-2009, 13:30:51
    Author     : Daniel Murphy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/**********************************************
page container
***********************************************/
#container {
  height: 1525px;
}

/**********************************************
outer container for content div position on page
container.height - 155px
***********************************************/
#pagecontentouter {
  height: 1370px;
}

#innerpagecontentouter {
  height: 1360px;
}

#shadow_content_right {
  height: 1352px;
}



.imagetable {
  top: 400px;
}

#exhibitionlist {
  top: 400px;
  height: 1100px;
}

.imagelist tr {
  text-align: center;
}