html, body, #contents { min-height: 100%; width: 100%; height: 100%; }
html>body, html>body, #contents { height: auto; }
body      { padding: 0; margin: 0; font-family: Arial, sans-serif; }
#contents { position: absolute;    top: 0; left: 0; padding: 0; }
#header   { width: 100%; z-index:  1; position: absolute;    top: 0; left: 0; padding: 0; }
#footer   { width: 100%; z-index:  1; position: absolute; bottom: 0; left: 0; padding: 0; }
#main     { z-index:  2; position: absolute;    top: 0; left: 0; padding-left: 1em; padding-right: 1em; padding-top: 1em; padding-bottom: 1em; margin-top: 35px; margin-bottom: 50px; height: auto;  }
#main     { position: relative; }

body { background-color: rgb(237,240,244); }

.headlink           { color: rgb(255,255,255); white-space: nowrap; }
.headtop            { color: rgb(255,255,255); background-color: rgb(76,32,98); white-space: nowrap; }
.headbottom         { color: rgb(255,255,255); background-color: rgb(76,32,98); white-space: nowrap; }
.headtoplogo        { background-color: rgb(76,32,98);    background-image: url(images/pnam_header_cut_top.gif);        background-repeat: no-repeat; background-position: bottom right; }
.headbottomlogo     { background-color: rgb(76,32,98);    background-image: url(images/pnam_header_cut_bottom.gif);     background-repeat: no-repeat; background-position: top    right; }
.headtopline        { background-color: rgb(237,240,244); background-image: url(images/pnam_header_cut_linetop.gif);    background-repeat: repeat-x;  background-position: top    right; }
.headbottomline     { background-color: rgb(237,240,244); background-image: url(images/pnam_header_cut_linebottom.gif); background-repeat: repeat-x;  background-position: bottom right; }
.headtoplinelogo    { background-color: rgb(237,240,244); background-image: url(images/pnam_header_cut_midtop.gif);     background-repeat: no-repeat; background-position: top    right; }
.headbottomlinelogo { background-color: rgb(237,240,244); background-image: url(images/pnam_header_cut_midbottom.gif);  background-repeat: no-repeat; background-position: bottom right; }

.simplebox          { border: solid 1px; margin-bottom: 1em; padding-left: 1em; padding-right: 1em;" }
