body {
  background-color: gray;
  color: black;
  font-family: trebuchet MS, Arial, sans-serif;
  font-size: 1em;
  margin: 10px 0 10px 0;
}

#outer {
  background: white url(../img/nf_watermark.png) 45% 85% no-repeat fixed;
  border-right: 3px solid #696969;
  border-bottom: 3px solid #696969;
  margin: 0px auto 0px auto;
  width: 760px;
}

#header {
  background-image: url(../img/nelson-finance-header.png);
  background-repeat: no-repeat;
  background-position: right;
  color: white;
  height: 150px;
  border: 1px solid white;
}

#header h1 {
  font-size: 14px;
  margin: 120px 0 0 10px;
  text-transform: uppercase;
}

#content {
  float: left;
  min-height: 440px;
  width: 540px;
}

#content #logo {
  height: 60px;
}

.clear {
  clear: both;
  height: 1px;
}

#content div {
  font-size: 12px;
  margin-top: 0;
  width: 230px;
}

#content div.left {
  float: left;
  margin-left: 20px;
}

#content div.right {
  margin-left: 310px;
}

#side {
  float: left;
  width: 190px;
}

#nav {
  border-top: 10px solid white;
  font-size: 12px;
  text-transform: uppercase;
  width: 170px;
}

#nav a {
  background-color: #99bf37;
  border-left: 5px solid #99bf37;
  color: white;
  display: block;
  margin: 3px 0 3px 0;
  padding: 1px;
  text-decoration: none;
}

#nav a:hover {
  background-color: #003a22;
  border-left: 5px solid #003a22;
  color: white;
  display: block;
  margin: 3px 0 3px 0;
  padding: 1px;
  text-decoration: none;
}

#nav a:active {
  background-color: #003a22;
  border-left: 5px solid #003a22;
  color: white;
  display: block;
  margin: 3px 0 3px 0;
  padding: 1px;
  text-decoration: none;
}

#address {
  font-size: 11px;
  margin: 5px 0 0 5px;
  text-transform: uppercase;
}

#logos {
  margin-top: 20px;
}

#footer {
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 3px;
  text-align: center;
}

#fsa {
  border: 1px solid #003a22;
  font-size: 12px;
  margin: 5px auto 10px auto;
  padding: 5px;
  text-align: center;
  width: 600px;
}

#footer a {
  color: #003a22;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #99bf37;
  font-size: 12px;
  text-decoration: none;
}

/* Individual page styles */

table#debt-advice {
  font-size: 12px;
}

table#debt-advice .c1, #total {
  font-weight: bold;
}