#header
{
  background-color : #000000;
  background-image : url('../img/header.jpg');
  background-repeat: no-repeat;
  background-position : top left;
  height : 75px;
  text-align : right;
}

#header_blank
{
  background-color : #000000;
  background-image : url('../img/header_blank.jpg');
  background-repeat: no-repeat;
  background-position : top left;
  height : 75px;
  text-align : right;
}

#tbl_site
{
  width : 930px;
  border : 1px solid #b5b5b5;
  border-collapse : collapse;
}

#footer
{
  background-color : #000000;
  background-image : url('../img/footer_bg.gif');
  background-repeat: repeat-x;
  background-position : top left;
  height : 22px;
  
  border-top : 1px solid #ffffff;
}
#page_container
{
  background-color : #c1c1c1;
  border-top : 1px solid #ffffff;
}

#flash
{
  background-color : #c1c1c1;
  border-top : 1px solid #ffffff;
}

#page_tl
{
  background-color : #c1c1c1;
  background-image : url('../img/page_bg_tl.gif');
  background-repeat: no-repeat;
  background-position : top left;
  height : 19px;
  width : 7px;
}

#page_tc
{
  background-color : #c1c1c1;
  background-image : url('../img/page_bg_tc.gif');
  background-repeat: repeat-x;
  background-position : top left;
  height : 19px;

}

#page
{
  height : 170px;
  background-color : #c1c1c1;
}

#page_tr
{
  background-color : #c1c1c1;
  background-image : url('../img/page_bg_tr.gif');
  background-repeat: no-repeat;
  background-position : top left;
  height : 19px;
  width : 7px;
}
#page_l
{
  background-color : #c1c1c1;
  background-image : url('../img/page_bg_l.gif');
  background-repeat: repeat-y;
  background-position : top left;
  width : 7px;
}

#page_c
{
}

#page_r
{
  background-color : #c1c1c1;
  background-image : url('../img/page_bg_r.gif');
  background-repeat: repeat-y;
  background-position : top left;
  width : 7px;
}
#main_menu
{
  background-color : #c1c1c1;
  background-image : url('../img/mainmenu_bg.gif');
  background-repeat: repeat-x;
  background-position : bottom left;
  vertical-align: bottom;
  height : 75px;
}
