/* 
    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;
}

/**********************************************
container whole page except footer
***********************************************/
#container {
  height: 695px;
}

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

#innerpagecontentouter {
  height: 532px;
}

#shadow_content_right {
  height: 524px;
}

#mainimg {
/*  display: none;*/
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  margin: 0px;
}
