html, body {
  margin: 0;
  padding: 0;
  background-color: #d5ba3a;
}
body {
  font-family: arial,sans-serif;
  font-size: 76%;
  text-align: center;
}
div#container {
  border: thin solid #d25a0b;
  margin: 15px auto auto;
  background-color: white;
  width: 800px;
  text-align: justify;
}
div#header {
  color: white;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
}
h1, h2 {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: arial,serif;
  font-style: normal;
  font-variant: normal;
  font-size: 2.3em;
  line-height: 80px;
  font-size-adjust: none;
  font-stretch: normal;
  color: #d57e3a;
  font-weight: normal;
  text-align: left;
  padding-left: 350px;
}
h2 {
  color: #666666;
  line-height: 1.4em;
  font-size: 1.4em;
}
h3 {
  color: #666666;
  text-align: center;
  line-height: 0em;
  font-size: 1.3em;
}
div#content {
  border-style: none;
  padding: 1em 0.5em;
  line-height: 1em;
  background-color: #ffffff;
  font-size: 1.1em;
  color: #505050;
  display: inline;
  float: left;
  min-height: 410px;
  width: 540px;
}
div #content a:link {
  font-weight: bold;
  color: #333333;
}
div#rightcolumn {
  border-left: 1px solid #bdd5de;
  color: #333333;
  position: relative;
  float: right;
  height: 400px;
  margin-right: 0px;
  width: 236px;
  padding-left: 3px;
  padding-right: 6px;
  text-align: left;
  padding-top: 25px;
}
#navigation {
  padding: 0;
  background: transparent none repeat scroll 0% 50%;
  width: 100%;
  height: 27px;
  voice-family: inherit;
  font-size: 0.8em;
  margin-top: 10px;
}
#navigation ul {
  border-style: none;
  border-width: thin;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navigation li {
  margin: 0 2px 0 0;
  padding: 0;
  display: inline;
  text-transform: uppercase;
}
#navigation a {
  border-top: thin solid #d25a0b;
  border-bottom: thin solid #d25a0b;
  margin: 0 1px 0 0;
  padding: 5px 10px;
  background: #dee2be none repeat scroll 0% 50%;
  float: left;
  display: block;
  color: #d25a0c;
  text-decoration: none;
  letter-spacing: 1px;
}
#navigation a:hover {
  background-color: #e3e8c2;
}
#navigation #current a {
  border-color: #d25a0a;
  color: #ffffff;
  background-color: #d25a0b;
}
#navigation a#activelink {
  background-color: white;
  border-bottom-style: none;
  color: #666666;
}
#navicon {
  float: right;
}
div #logo {
  width: 200px;
  float: left;
  padding-right: 20px;
  clear: left;
}
div#footer {
  padding: 0.3em;
  text-align: center;
  color: #333333;
  background-color: #d57e3a;
  clear: left;
}
#tn {
  margin: auto;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 225px;
}
#tn li {
  float: left;
  display: block;
}
#tn li a:link {
  border: thin solid #666666;
  margin: 4px 9px;
  padding: 2px;
  width: 48px;
  height: 42px;
  display: block;
  float: left;
}
#tn li a:visited {
  border: thin solid #666666;
  margin: 4px 9px;
  padding: 2px;
  width: 48px;
  height: 42px;
  display: block;
  float: left;
}
#tn li a:hover {
  border: thin solid #d57e3a;
  display: block;
  float: left;
  width: 48px;
  height: 42px;
}
