/**body**/
body {
  background:#798fb1;
}
  #wrapall {
    background:url(images/bg-main-content.jpg) repeat-y;
  }

/****header****/
#headerlogo {
  background:url(images/bg-header-logo.jpg) no-repeat;
  height:241px;
}
#header {
  background:url(images/bg-header.jpg) no-repeat;
}
  #brokerageOfficeNameLogo {
    display:none;
  }


/***side bar***/
#menubottom {
  background:url(images/bg-menu-bottom.jpg) no-repeat;
}
  /**buttons**/
  #menubox ul li a {
    background:url(images/bg-menu-button.jpg) no-repeat center top;
    color:#222!important;
  }
  #menubox ul li a:hover {
    color:#444!important;
  }
  /**side form**/
  #wrapall .findforms {
    background:url(images/bg-side-form.css) repeat-y;
  }
  

/***footer***/
#footerbox {
  background:url(images/bg-content-bottom.jpg) no-repeat;
}


