/* Environmental Building Solutions :: Screen CSS Definitions */

body
{
   margin: 0px;
   padding: 30px;

   font-size: 75%;
   font-family: Verdana, Arial, Helvetica, sans-serif;

   background-image: url(../img/page/img-pge-bkg.gif);
}

img, div
{
   behavior: url(/css/htc/iepngfix.htc);
}

#page
{
   width: 760px;

   margin: 0px auto;
}

#logo
{
   width: 250px;
   height: 96px;

   background-image: url(../img/header/img-hdr-logo.png);
}

#logo h1
{
   display: none;
}

#menu
{
   margin-top: 20px;

   height: 30px;
}

#middle
{
   margin: 20px 0px;

   min-height: 400px;

   background-color: #f1f1f1;
}

* html #middle
{
   height: 400px;
}
#content
{
   padding: 10px;
}

#middle h1
{
   color: #909195;
   font-size: 1.7em;
   font-weight: normal;
   font-family: Helvetica, Arial, Impact, Charcoal, Verdana, sans-serif;
}


#middle h2
{
   color: #900326;
   font-size: 1.5em;
   font-weight: normal;
   font-family: Helvetica, Arial, Impact, Charcoal, Verdana, sans-serif;
}


a
{
   color: #900326;
   text-decoration: none;
}



a:hover
{
   color: #909195;
   text-decoration: underline;
}


#last-updated
{
   font-size: 0.85em;
   color: #8b8c8e;
   padding-top: 15px;
}


#footer
{
   font-size: 0.9em;
}

#footer a
{
   color: #98002E;

   text-decoration: none;
}

#footer a:hover
{
   text-decoration: underline;
}




.gallery h1
{
   color: #98002E;
   font-size: 1.6em;
   font-weight: normal;
   font-family: Helvetica, Arial, Impact, Charcoal, Verdana, sans-serif;
}