img {
  border-width: 0; }

body {
  padding: 0;
  margin: 0; }
  body #page {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 76%;
    width: 775px;
    margin: 0 auto;
    position: relative;
    padding: 197px 0 70px; }
    body #page #content {
      padding: 1em;
      background-color: #f6f6f6; }
      body #page #content.home h1 {
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 140%;
        margin: 1.4em 0; }
    body #page .social {
      text-align: center;
      margin: 1em 0; }
    body #page header, body #page footer, body #page nav {
      display: block; }
    body #page header, body #page footer, body #page header #rj_logo, body #page header #phone {
      position: absolute; }
    body #page header {
      top: 0;
      left: 0; }
      body #page header img {
        display: block; }
      body #page header nav {
        background-image: url(../images/menu.png);
        background-repeat: repeat-x;
        height: 33px; }
        body #page header nav a {
          float: left;
          line-height: 33px;
          padding: 0 1.5em;
          font-weight: bold;
          color: white;
          text-decoration: none;
          border-left: thin inset #C4C4C4;
          text-shadow: 2px 2px 3px #262626; }
          body #page header nav a:first-child {
            border-left-width: 0; }
      body #page header #rj_logo {
        top: 30px;
        right: 0; }
      body #page header #phone {
        top: 83px;
        right: 1em;
        color: white;
        font-size: 1.4em;
        font-weight: bold; }
        body #page header #phone p {
          margin: 0.25em 0; }
