/* Header
--------------------------------------------------------------------------------
   Copyright (c) 2008 Unbound Medicine, Inc.
   Author: Dan Kornegay
-------------------------------------------------------------------------------- */

div#header { 
  position: relative;
  height: 68px;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #fff; }
  
  div#header a#leftBanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 223px;
    display: block; }
    
  div#header a#rightBanner {
    position: absolute;
    right: 2px;
    top: 0
    width: 100px;
    display: block; }
    
    
    