/* CSS Document */

#contentLeftContainer, #contentRightContainer{
  background: url('/data/img/bodyBG.jpg') repeat-x;
  background-color: #b9e6fb;
}

#contentLeft{
  padding: 50px 0 0 48px;
}

#contentLeftHeader{
  font-size: 20px;
  font-weight: bold;
}

#contentLeftSpacer{
  height: 3px;
  font-size: 1px;
  background-color: #ffffff;
}

#contentLeftMenu{
  padding-top: 5px;
}

.contentLeftMenuItem{
  font-size: 16px;
}

#contentLeftBG{
  background: url('/data/img/leftBG.gif') bottom no-repeat;
  height: 420px;
}

#contentLeftContainer{
  float: left;
  width: 234px;
}

#contentRightContainer{
  float: right;
  width: 655px;
}

#contentRightHeader{
  height: 170px;
  background: url('/data/img/contentHeader.jpg');
}

#contentRight{
  padding: 20px 28px;
}

img.map{
  border: 1px solid #514D37;
}
