body {
  margin: 0px;
  padding: 0px;
  background: #deb408 url(images/main-bg.gif) repeat-x scroll left top;
  color: #7f7f7f;
  font-family: tahoma,arial;
  font-size: 10px;
  text-align: center;
}
* html body {
}
img {
  border:  none;
}
a:link {
  color: #54301a;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  font-size: 15px;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
a:hover, a:active {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#footer a:link {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
#footer a:visited {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
#footer a:hover, #footer a:active {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: underline;
}
#banner {
  clear: both;
  height: 326px;
  width: 776px;
}
#container {
  margin: 0px auto;
  text-align: left;
  width: 776px;
}
#content {
  clear: both;
  width: 776px;
  background-repeat: repeat;
  background-color: #deb408;
  color: #ffffff;
}
#footer {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  0% 0%;
  clear: both;
  color: #ffffff;
  display: block;
  font-size: 15px;
  height: 108px;
  padding-top: 20px;
  text-align: center;
  width: 776px;
  background-color: #54301a;
}
#left {
  padding: 80px 20px 20px;
  background-attachment: scroll;
  background-color: #deb408;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  float: left;
}
#logo {
  height: 72px;
  width: 776px;
}
#nav {
  clear: both;
  display: block;
  height: 43px;
  width: 776px;
  background-image: url(images/nav-bg.gif);
  background-repeat: repeat-x;
}
#nav ul li a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: center;
}
.nlink, .nlinkend {
  float: left;
  width: auto;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
  text-align: center;
  padding-top: 15px;
  padding-left: 17px;
  padding-right: 17px;
  height: 28px;
}
.nlink {
  background-image: url(images/nav-line.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.nlinkend {
  background-image: none;
}
.flt-lft {
  float: left;
  margin-right: 20px;
}

