body {
  font-family: Times;
  background-image: url('../images/rb-seamless-site-background.jpg'); 
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #d0cbba;
  color: #32555e;
}

a {
  color: #32355e;
}

div.content {
  color: #32555e;
  font-size: 14px;
  font-weight: bold;
  font-family: tahoma;
  }

.menu4 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0px 0em 0 0;
}

.menu4 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu4 li {
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
}

.menu4 {
  padding: 0;
  background-image: url('../images/nav-menu-background.png'); 
  background-repeat: repeat-x;
}

.menu4 li {
  width: 143.5px;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-family: arial;
  font-weight: bold;
}

.menu4 a {
  text-align: center;
  margin: 0;
  padding: 14px 0 0 0;
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}

.menu4 a:visited {
  text-align: center;
  margin: 0;
  color: #ffffff;
  display: block;
  width: 100%;
  text-decoration: none;
}

.menu4 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-image: url('../images/nav-background.png'); 
  background-repeat: repeat-x;
}


