div#contact-main
{
  height: 600px;
  background: url('../jpg/contact_image.jpg') no-repeat bottom left;
  padding-left: 175px;
  overflow: auto;
}

div#contact-main table
{
  width: 410px;
}

div#contact-main table td
{
  padding: 2px 5px;
}


div#contact-main table td input.submit-button
{
  width: 104px;
  height: 23px;
  background: url('../gif/send_off.gif');
  border: none;
  margin-right: 5px;
  cursor: pointer;
}

div#contact-right-bar
{
  width: 245px;
  height: 600px;
  background: #C6D9CF;
  float: right;
}

div#contact-right-bar div#location
{
  background: #B9D0C4;
  padding: 50px 30px;
}

div#contact-right-bar div#location h1
{
  color: #000;
}

div#contact-right-bar div#location a
{
  color: #00c
}

div#contact-right-bar div#other-details
{
  padding: 50px 20px;
}

div#contact-right-bar div#other-details a
{
  color: #00c
}