body {
  font-family: Arail, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 82.5%;
}

#content {
  text-align: left;
  width: 776px;
  background: url(images/city-logo.gif) no-repeat top left;
  margin: 30px auto;
  /*padding-top: 75px;*/
  border-bottom: 1px dotted #666;
}

h1 {
  color: #666;
  width: 200px;
  font-size: 1.2em;
  padding: 15px 0 30px 300px;
}

h2 {
  font-size: 1.3em;
  color: #000;
}

.rfloat {
  float: right;
  margin: 10px 0 10px 10px;
}

div#side {
    float: left;
    width: 200px;
}

ul#menu {
  width: 180px;
  list-style-type: none;
  margin: 5px 15px 0 0;
  padding: 0;
}

#menu li, #contact h2 {
    font-weight: bold;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 8px 0 2px 0;
  color: #000;
}

#contact { width: 190px; margin-top: 25px; }

#menu li a {
  text-decoration: none;
  color: black;
}

#menu li a:hover {
  text-decoration: underline;
}

li#ep, #contact h2 {
  border-bottom: 1px #000 solid;
}

li#city { background: url(images/pink_box.gif) no-repeat left; }
li#depts { background: url(images/green_box.gif) no-repeat left; }
li#hr { background: url(images/turquoise_box.gif) no-repeat left; }
li#maps { background: url(images/red_box.gif) no-repeat left; }
li#jobs { background: url(images/burgundy_box.gif) no-repeat left; }
li#eps { background: url(images/purple_box.gif) no-repeat left; }

#inner {
  float: left;
  width: 550px;
}

.clear {
  clear: both;
  height: 0px;
  width: 500px;
}

