body {
  font-family: verdana, arial, helvetica;
}

h2 {
  font-size: 1.1em;
  font-weight: bolder;
  padding-bottom: 0px;
  margin-bottom: 0px;	
}

img {
	border: none;
}

a.logo-rollover {
  display: block;
  width: 258px;
  height: 415px;
  background: url("logo-combined.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.logo-rollover {
  background-position: -258px 0;
}

a.about-rollover {
  display: block;
  width: 177px;
  height: 39px;
  background: url("about-combined.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.about-rollover {
  background-position: -177px 0;
}


a.services-rollover {
  display: block;
  width: 177px;
  height: 39px;
  background: url("services-combined.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.services-rollover {
  background-position: -177px 0;
}


a.staff-rollover {
  display: block;
  width: 177px;
  height: 39px;
  background: url("staff-combined.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.staff-rollover {
  background-position: -177px 0;
}


a.contact-rollover {
  display: block;
  width: 177px;
  height: 39px;
  background: url("contact-combined.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.contact-rollover {
  background-position: -177px 0;
}

#container {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}

#content {
  float: left;
  width: 382px;
  text-align: left;
  margin-top: 20px;
  padding-top: 0px;
}

#logo {
  float: left;
}

#buttons {
  float: left;
  width: 300px;
  text-align: left;
  margin-top: 65px;
  margin-bottom: 40px;
}

#renown-logo {
  float: left;
}


