/* General */

html {
  height: 100.1%;
}
body {
  background-image: url(../images/body_background.gif);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: black;
  font-family: "bookman old style", "times new roman", serif;
  font-size: 83.5%;
  color: white;
  text-align: center;
  margin: 0;
  height: 100%;
} 
#body_inner_a {
  background-image: url(../images/body_background_fade.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 0 11px 0;
}
a {
  color: #66CCCC;
}
.clear {
  clear: both;
}

/* Forms */

fieldset {
  border: 1px solid #8f8c69;
  padding: 0px 0px 10px 0;
  margin: 0 0 1em 0;
}
fieldset .padding {
  padding: 10px 10px 0 10px;
}
legend {
  color: white;
  font-weight: bold;
  padding: 4px;
  font-size: 1.3em;
  font-family: "times new roman", serif;
  letter-spacing: 0.1em;
}
fieldset label {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}
fieldset .text label {
  text-align: right;
  width: 220px;
}
fieldset .required {
  color: red;
}
fieldset input {
  float: right;
  width: 170px;
  clear: right;
  margin: 0 0 10px 0;
  font-family: courier, sans-serif;
}
fieldset .textarea {
  text-align: center;
}
fieldset textarea {
  clear: both;
  display: block;
  width: 390px;
  height: 140px;
  font-family: courier, sans-serif;
  margin: 0 auto;
}
fieldset .button {
  text-align: center;
}
fieldset .button input {
  width: auto;
  float: none;
  margin: 10px 0 0 0;
  font-family: arial, sans-serif;
}
fieldset br {
  display: none;
}

/* Main site */

#outer {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background-color: black;
  background-image: url(../images/reel.jpg);
  background-repeat: no-repeat;
  height: 100%;
}
#column_1 {
  float: left;
}
#column_2 {
  margin: 0 0 0 300px;  
}
#header {
  margin: 0 11px 0 300px;
  background-image: url(../images/header_background.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;	
  background-color: #aca121;
  color: white;
}
h1 {
  margin: 0;
  padding: 10px;
}

/* Menus */

.menu ul, .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
}
.menu li a {
  display: block;
  border-right: 1px solid black;
  color: white;
}
.menu li a span {
  display: block;
  padding: 10px;
}
.menu li a:hover {
  background-color: white;
  color: black;
}

/* Content */

#content {
  margin: 11px 11px 0 0;
  background-image: url(../images/content_nw.gif);
  background-repeat: no-repeat;
}
#content_inner_a {
  background-image: url(../images/content_se.gif);
  background-repeat: no-repeat;  
  background-position: right bottom;
  padding: 10px 14px;
}
#content h2 {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #8f8c69;
  font-family: "times new roman", serif;
  letter-spacing: 0.1em;
/*  background-color: #5A5510; */
}
#content h3 {
  font-size: 1.3em;
  font-family: "times new roman", serif;
  text-decoration: underline;
}
#content ul, #content #ol {
  padding: 0;
  margin: 10px;
}
#content li {
  padding: 0;
  margin: 10px 0;
}