html, body {
  background: #000;
}

img {
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
}

.medium a {
  text-decoration: underline;
}

#wrapper {
	padding: 0px;
	width: 98%;
  min-width: 1085px;
  background: #000;
  margin: auto auto;
  text-align: center;
}

#header {
  margin: auto auto;
  text-align: center;
  height: 120px;
  padding-top: 5px;
  background: #000 url('../images/header02.png') no-repeat center;
}

.header_text {
  font: 1em Georgia, serif;
  color: #fff;
  margin-top: 92px;
  display: inline-block;
}

#menu {
  margin: auto auto;
  text-align: center;
  background: #000 url('../images/traffic_lane.gif') repeat-x;
  height: 40px;
  z-index: 0;
}

#menu a:link, a:visited {
  font: bold 1em Helvetica, serif;
  color: #fd6;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
}

#menu a:hover {
  color: #f8f;
  text-decoration: underline;
}

#footer {
  margin: auto auto;
  text-align: justify;
  clear: both;
  padding-top: 20px;
  margin-bottom: 5px;
}

.footer_text {
  display: block;
  margin-top: -70px;
  padding: 4px 4px 0px 4px;
  font: .75em Arial,sans-serif;
  color: #aaa;

}

.text_box {
  display: inline-block;
  margin-top: 2px;
  color: #eee;
  font: .75em "Times New Roman", Arial, sans-serif;
  line-height: 1em;
}

.text_box a {
  color: #eee;
}

form.search {
  margin: auto auto;
  text-align: center;
  font: .95em/1.1em "Times New Roman", Helvetica, sans-serif;
  color: #ff0;
  padding: 5px 5px 15px 5px;
}

.search submit {
  margin-left: 24.5em;
}

.search select {
  font: .85em Verdana, "Times New Roman", serif;
  background-color: #000;
  color: #fff;
}

.search fieldset {
  padding: .5em;
  border: 1px solid #ff0;
  width: 40em;
  margin: 0 auto;
}

.search legend {
  font: 1.4em Verdana, "Times New Roman", serif;
  color: #fff;
  margin-bottom: 1px;
  border: 1px solid #eae;
  padding: 2px 4px;
}

search input {
  color: #aaa;
  background: #400;
  border: 1px inset #ff0;
}

.title {
  margin: auto auto;
  display: block;
  font-size: 1.8em;
  font-family: "CaslonOldFace BT", serif;
  color: #fff;
  text-align: center;
}

.white { color: #fff; }

.normal {
  font: bold 1em Verdana, Arial, serif;
  color: #fff;
}

.medium {
  font: bold 1.4em "Times New Roman",Arial, serif;
  color: #fff;
}

.small {
  font: .7em Arial, serif;
}

.red {
  color: #f00;
}


