html, body {
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-image: url(back.gif);
  background-repeat: repeat-x;
  background-color: #efefef;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  font-size: 13px;
}

#wrapper{
  width: 820px;
  margin: auto;
  text-align: left;
}

#heading{
   font-size: 32px;
   font-weight: bold;
   padding-left: 10px;
   padding-top: 10px;
}

#heading a{
   text-decoration: none;
}

#header{
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  width: 820px;
  height: 182px;
}

#header #images{
  position: relative;
  float: left;
  width: 620px;
  height: 122px;
  position: relative;
  left: 29px;
  top: 28px;
}

#header #images img{
  margin-right: 19px;
  width: 185px;
  height: 122px;
}

#header #reflections{
  position: relative;
  float: left;
  width: 620px;
  height: 28px;
  position: relative;
  left: 29px;
  top: 31px;
}

#header #reflections img{
  margin-right: 19px;
  height: 28px;
  width: 185px;
}

#bodylr{
  width: 820px;
  float: left;
  background-image: url(body_bckg.gif);
  background-repeat: repeat-y;
  color: #373737;
}

#bodylr #left{
  margin-left: 10px;
  width: 214px;
  float: left;
}

#bodylr #left li{
  text-align: left;
  list-style: none;
  padding-left: 20px;
  padding-top: 10px;
  margin-left: -37px;  
}


#bodylr #left .active{
  background-image: url(menu_item.gif);
  background-repeat: no-repeat;
  width: 208px;
  height: 28px;
}

#bodylr #left li{
  background-image: url(menu_item_inactive.gif);
  background-repeat: no-repeat;
  width: 208px;
  height: 28px;
}

#bodylr #left li a{
  text-decoration: none;
  color: #373737;
  font-weight: bold;
  display: block;
}

#bodylr #left li a:hover{
  color: #9dc9cb;
}

#bodylr #left #contact{
  text-align:center;
  margin:5px;
  padding-top:5px;
  padding-bottom:5px;
  border-top: 1px solid #92a5b6;
}

#bodylr #right{
  float: left;
  width: 567px;
  padding-left: 10px;
  padding-right: 10px;
}

#bodylr #right h2{
  color: #496985;
  border-bottom: 1px solid #92a5b6;
  font-size: 23px;
}

#bodylr #right h3{
  color: #496985;
  font-size: 18px;
}

#bodylr #right img{
  border: 1px solid #92a5b6;
}

#bodylr #right #submenu{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#bodylr #right #submenu li{
  display: inline;
  border-right: 2px solid #92a5b6;
  padding-right: 4px;
  font-weight: bold;
}

#bodylr #right #submenu .last{
  border-right: 0px;
  padding-right: 0px;  
}

#bodylr #right #submenu a{
  color: #373737;
}

#bodylr #right #submenu .active{
  text-decoration: none;
}

#footer{
  clear: both;
  width: 820px;
  height: 32px;
  background-image: url(footer.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  padding-top: 3px;
  text-align: center;
  color: #D9D9D9;
}

#footer a{
  color: #D9D9D9;
}

