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

/**********************************************
outer container for content div position on page
pagecontentouter.height = container.height - pagecontentouter.top (150 or see general.css) - 1
***********************************************/
#pagecontentouter {
  height: 474px;
}


/**********************************************
Specific page content
pagecontentinner.height = pagecontentouter.height - mainsubtitle.top - mainsubtitle.height - 2 (see general.css)
pagecontentinner.height = pagecontentouter.height - 61
***********************************************/
#pagecontentinner {
  height: 414px;
}

#mainimg {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  margin: 0px;
}