h1, h2, h3, h4, h5 {
  font-family: Tahoma, Geneva, sans-serif;
  color:#600;
  margin:0;
  padding:0;
}
a {
  color:#600;
  text-decoration:underline;
}
a:hover { text-decoration:none; }
ul {
  margin:1em 0 1em 0;
  margin-left: 1em;
  padding:0;
}
ul li {
  margin:0;
  padding:0;
  margin-left: 1em;
}
hr {
  background: #000;
  color: #000;
  height:1px;
  border:none;
}
body {
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height:16px;
  background:#600;
  text-align:center;
}
.container {
  position:relative;
  width:870px;
  margin:10px auto;
  background: #fff;
  text-align:left;
}
.header {
  position:relative;
  width:100%;
  text-align:center;
}
div.nav-wrap {
  position:relative;
  width:590px;
  margin:0 auto;
}
ul.top-nav {
  position:relative;
  padding:0;
  margin:0;
  border: solid 2px #600;
  border-top:none;
  text-align:left;
}
.top-nav li {
  padding:.8em;
  margin:0;
  float:left;
  font-weight:bold;
  list-style:none;
}
.top-nav li a:hover, .top-nav li:hover a, .top-nav li:hover, .top-nav li.active, .top-nav li.active a {
  text-decoration:none;
  background:#600;
  color:#FC0;
}
.content {
  position:relative;
  width:850px;
  padding:10px;
}
.footer {
  width:100%;
  margin: 15px 0 0 0;
  padding:1em 0 0 0;
  text-align:center;
  border-top: solid 2px #600;
}
.iefix{
  visibility:hidden;
  height:0px;
  font-size:1px;
  line-height:1px;
}