/* Layer style definitions for layout */

#header
{
   position            : relative;
   width               : 100%;
   height              : 118px;
   z-index             : 1;
   overflow            : visible;
   background-color    : #32669B;
   border-bottom       : 1px solid black;
   background-image    : url(../files/images/titlebg.jpg);
}

#content_wrapper
{
   position            : relative;
   width               : 100%;
   padding-top         : 2px;
   z-index             : 2;
   overflow            : visible;
}

#left_side
{
   position            : absolute;
   left                : 0px;
   width               : 160px;
   z-index             : 3;
   overflow            : visible;
}

#content
{
   margin-left         : 166px;
   margin-right        : 166px;
   min-height          : 300px;
   z-index             : 4;
   overflow            : visible;
   background-color    : #FFFFFF;
   border              : 1px solid black;
}

#right_side
{
   position            : absolute;
   right               : 0px;
   width               : 160px;
   z-index             : 5;
   overflow            : visible;
}

#footer
{
   position            : relative;
   margin-left         : 166px;
   margin-right        : 166px;
   z-index             : 6;
   overflow            : visible;
   padding-top         : 3px;
   padding-bottom      : 3px;
}

/* Creates scrollbar for Firefox */

#scroll
{
   position            : absolute;
   top                 : 0px;
   bottom              : -0.1px;
   width               : 1em;
   z-index             : -1;
}
