body {
  font-family : Arial , sans-serif ;
  color : #563f38 ;
  background-color : #f8e6d2 ; /*#e0be98 ;*/
}

a:link {
  color : #a47b51 ;
  text-decoration : none ;
}

a:visited {
  color : #a47b51 ;
  font-style : italic ;
  text-decoration : none ;
}

a:active {
  color : #a47b51 ;
  text-decoration : none ;
}

a:hover {
  color : #936434 ;
  font-weight : bold ;
  text-decoration : none ;
}

#companyName {
  background : url(../Images/companyName.png) no-repeat top left ;
  width : 500px ;
  height : 70px ;
  position : absolute ;
  left : 10px ;
  top : 10px ;
}

#companyName span {
  display : none ;
}

#companyLogo {
  background : url(../Images/companyLogo.png) no-repeat top right ;
  width : 72px ;
  height : 110px ;
  position : absolute ;
  left : 600px ;
  top : 10px ;
}

#companyLogo span {
  display : none ;
}

#menu {
  position : absolute ;
  left : -20px ;
  top : 130px ;
  font-family : "Arial Narrow" , Arial , sans-serif ;
  font-size : 13px ;
  line-height : 150% ;
}

#menu ul {
  list-style-type : none ;
}

#content {
  position : absolute ;
  left : 180px ;
  top : 110px ;
  font-size : 13px ;
  line-height : 175% ;
  margin-right : 40px ;
}

#content h1 {
  font-family : "Arial Narrow" , Arial , sans-serif ;
  font-size : 24px ;
  font-weight : bold ;
  font-style : italic ;
  color : #936434 ;
}

#content h2 {
  font-family : "Arial Narrow" , Arial , sans-serif ;
  font-size : 18px ;
  font-style : italic ;
  color : #936434 ;
}

#footer {
  position : absolute ;
  top : 450px ;
  font-size : 11px ;
  font-style : italic ;
  color : #a47b51 ;
}
