#homepageContacts
{
  background-color: #000d71;
  width: 128px;
  height: 420px;
  position: absolute;
  left: 3px;
  top: 3px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

#homepageContacts a
{
  color: #fff;
  text-decoration: none;
}

#homepageContacts a:hover
{
  color: #fff;
  text-decoration: underline;
}

#homepageContacts div
{
  padding: 5px;
}

#homepageContacts h2
{
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.2em;
  color: #f3b92a;
}

#homepageContacts h2 a
{
  color: #f3b92a;
  text-decoration: none;
}

#homepageContacts h2 a:hover
{
  color: #f3b92a;
  text-decoration: underline;
}

#homepageContacts p
{
  margin: 0;
  margin-bottom: 25px;
  font-size: 0.9em;
}

#homepageImage
{
  position: absolute;
  left: 134px;
  top: 3px;
  width: 485px;
  height: 420px;
}