body {
    font-family: Arial, Helvetica, sans;
    font-size: 14px;
    color: black;
    background: url(/images/metal.jpg) #d6d3d0 center;
}

#content {
    clear: left;
}

#content .side {
    width: 160px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    background: #000;
    color: #FFF;
}

.side ul {
    list-style: none;
    color: #CCC;
}

.side li {
    margin-bottom: 5px;
}

.side>* {
    margin: 10px;
}

a {
    color: #00a1e3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: white;
}

#nav #phone {
    float: right;
    color: #000;
    display: block;
    padding: 4px 0px;
    font-weight: bold;
}

#page {
    width: 600px;
    margin: 0px auto;
}

#content img {
    margin-bottom: 20px;
}

#content p {
    margin-left: 179px;
    margin-bottom: 14px;
    /*text-align: justify;*/
}

* {
    padding: 0px;
    margin: 0px;
}

#nav {
    border-top: 8px solid #000;
    height: 64px;
}

#nav, #nav li {
    list-style-type: none;
}

#nav li {
    float: left;
    margin: 0px 4px 4px 0px;
}

#nav li a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: lowercase;
}

#nav li a:hover {
    background: #00a1e3;
    color: #FFF;
}

#nav li a.selected {
    background: #000;
    color: #CCC;
}

.button {
  background: #CCC;
  width: 200px;
  float: right;
  display: block;
  padding: 16px;
  border 1px outset #CCC;
  color: black;
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 16px;
}

.button span {
  display: block;
  font-size: 80%;
  font-weight: normal;
  padding-top: 8px;
}

.orange {
  background: #cd6d10;
  color: white;
  display: block;
  padding: 6px 12px;
}

.orange:hover {
  background: #ff7e00;
  text-decoration: none;
}

