﻿body {
}

#imgWYB
{
    position: absolute;
    left: 15px;
    top: 15px; 
}

#lblTitle
{
    position: absolute;
    left: 165px;
    top: 20px;
    color: Red;
    font-size: 28pt;
    font-family: Arial;  
}

#lblTown
{ position: absolute;
    left: 200px;
    top: 70px;
    color: Blue;
    font-size: 12pt;
    font-family: Arial;
}

#lblTownState
 { position: absolute;
    left: 200px;
    top: 90px;
    color: Blue;
    font-size: 12pt;
    font-family: Arial;}
          
#lblAddress 
 {
    position: absolute;
    left: 200px;
    top: 110px;
    color: Blue;
    font-size: 12pt;
    font-family: Arial;
  }
  
  #lblHR
  {position: absolute;
    left: 440px;
    top: 110px;
    color: Red;
    font-size: 12pt;
    font-family: Arial;
  }
 
#imgCRBB 
{
    position: absolute;
    left: 700px;
    top: 15px;
}

#imgBRBB
{
    position: absolute;
    left: 850px;
    top: 15px;
}

#mnuMenu
{
  position: absolute;
    left: 0px;
    top: 140px;  
}

#divContent
{
     position: absolute;
    left: 20px;
    top: 180px;
    width: 100%; 
    font-family: Arial; 
    font-size: 12pt;
    color: black;  
}

#mnuMenu
{
    z-index: 1000;
}


