

/* SITE LAYOUT STYLES */
#site_outer_box { margin-left:auto; margin-right:auto; }
#site_outer_left { }
#site_outer_right { }

#site_inner { width:978px; }
#site_inner_box {}

#site_header {}
#site_header_box
{
  height:124px;
  max-height:124px;
  background-image:url('../graphics/banners/df_white.jpg'); /* height:112px: 12px whitespace, 80px banner, 20px menu */
  background-repeat:no-repeat;
  background-position:0px 12px;
}
.site_banner_left { width:0px; }

#site_banner_logo
{
  /* border-right:1px solid blue; */
  width:85px;
    vertical-align:bottom;      background-image:url('../graphics/banners/logos/logo_breaker.png');
  background-repeat:no-repeat;
  background-position:0px bottom;
  
}
#site_banner_logo img {}
#site_banner_logo a {}

#site_banner_text
{
  /* border-right:1px solid blue; */
  width:305px;
    vertical-align:bottom;    
}
#site_banner_text img {}
#site_banner_text a {}

#site_banner_xtra
{
  ;
  border-left: 0px solid blue;
  height:79px;
  text-align:right;  vertical-align:bottom;    
}
#site_banner_xtra img {}
#site_banner_xtra a{}

#site_login_info
{
  text-align:right;
  height:25px;
  padding-left:170px;
}
#site_menu { height:20px; }
#site_contents
{
  height:300px;
  vertical-align:top;
  padding:10px;
  padding-bottom:20px;
}
#site_footer, #site_footer a { padding-top:3px; padding-bottom:5px; color:#979797 }
