body {
    font-family: Arial, Helvetica, sans;
    font-size: 14px;
    color: black;
    background: url(/images/metal.jpg) #d6d3d0 center;
}

#nav #phone {
    float: right;
    color: #54b948;
    display: block;
    padding: 4px 0px;
    font-weight: bold;
}

#page {
    width: 600px;
    margin: 0px auto;
}

#content img {
    float: left;
}

h1 {
    font-size: 28px;
    color: #00a1e3;
}

h2 {
    font-size: 28px;
    color: #7dcff1;
    margin-bottom: 14px;
}

h3 {
    color: #00a1e3;
    font-size: 14px;
}

#content ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 14px;
}

#content p, h1, h2, h3, #content ul {
    margin-left: 179px;
}

#content img.chart {
    margin-left: 10px;
    float: none;
}

#content p {
    margin-bottom: 14px;
    text-align: justify;
}

* {
    padding: 0px;
    margin: 0px;
}

#nav {
    border-top: 8px solid #00a1e3;
    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: #00a1e3;
    font-weight: bold;
    text-transform: lowercase;
}

#nav li a:hover {
    background: #000;
    color: #CCC;
}

#nav li a.selected {
    background: #00a1e3;
    color: #FFF;
}

h3 {
    margin-bottom: 14px;
}

h2 {
    font-size: 14px;
    background: #00a1e3;
    color: white;
    padding: 2px;
    margin-left: 171px;
    margin-right: -8px;
    padding-left: 8px;
}

#content ul.whyul {
    list-style: square outside;
    margin-left: 195px;
}

#nav #phone {
    color: #00a1e3;
}

#nav {
    border-top: 8px solid #54b948;
}

#nav li a {
    color: #54b948;
}

#nav li a.selected {
    background: #54b948;
    color: #FFF;
}

a {
    color: #00a1e3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#calculator input {
  border: 1px solid #00A1E3;
  width: 80px;
  float: right;
}
#calculator input.button {
  background: #54B948;
  font-weight: bold;
  color: white;
  width: 100px;
  height: 26px;
  cursor: pointer;
  border: none;
  clear: right;
}
#calculator ul {
  list-style: none;
  margin-top: 20px;
}
#calculator ul li {
  margin-bottom: 10px;
}
#calculator input.fixed {
  background: #eee;
}
#calculator h3 {
  font-size: 10px;
  clear: right;
}
#calculator h2 {
  clear: right;
}


