body {
  background: url(bishopsgate_bg.jpg) #183F80 repeat-x;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  margin: 0 auto;
  text-align: center;
}

#container {
  width: 780px;
  background: #fff;
  text-align: left;
  margin: 25px auto;
}



#content {
  padding: 10px 25px;
}

img {
  padding: 30px 30px;
  border: 0;
}

p {
  font-size: 0.8em;
}

.bold {
  color: #183f80;
  font-weight: bold;
}

ul {
  list-style: url(bishopsgate_bullet.jpg) outside;
}

li {
  color: #183f80;
  font-size: 0.8em;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
  
