body {
  color: white;
  font-size: .70em;
  background-color: #071629;
/*  background-color: #999;*/
  font-family: arial, sans-serif;
}
#container {
  background-color: #075923;
  background: url('images/gradient.jpg') repeat-x top left;
  margin: 0 auto;
  width: 780px;
  /*border: 1px solid #686B72;*/
}

#logo {
  background: url('images/logo.gif') no-repeat;
  width: 154px;
  height: 102px;
}

#bottom {
  color: #8A97A7;
  height: 102px;
  position: relative;
}

#admin_bottom {
  color: #8A97A7;
  position: relative;
  /*height: 10em;*/
  border: 1px solid red;
}

#login {
  color: #999;
  text-align: right;
  padding-top: .3em;
}

#left_side, #right_side, #admin_right_side {
  float: left;
}


.spacer {
  clear: both;
  line-height: 1px;
}
#right_side {
  margin-left: 10px;
  width: 610px;
}

#admin_right_side {
  margin-left: 2em;
  width: 88%;
}

.link {
  float: left;
}

.link_bottom {
  clear: both;
}

img {
  border: none;
}

.footer {
  position: relative;
  /*bottom: 0;
  right: 0;*/
  margin: 75px 0 0 0;
  /*font-size: .75em; this was already commented out*/
  text-align: right;
}

a {
  text-decoration: none;
  color: white;
}

.footer a {
  color: #8A97A7;
}

a:hover {
  text-decoration: underline;
}

.image {
  float: left;

}
/*#content {
  border: 1px solid red;
}*/
.content_content {
  float: left;
  background-color: #58595B;
  height: 376px;
  width: 28%;
  position: relative;
}

div.text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 1em;
}

.addy {
  text-align: right;
}
.about_content {
  float: left;
  background-color: #58595B;
  height: 376px;
  padding: 0 1em;
  width: 48%;
  overflow: auto;
}

.login_content {
  background-color: #58595B;
  height: 336px;
  padding: 20px 4em;
}

h1 {
  color: #B5B7B8;
  font-family: times, serif;
  font-size: 2.5em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #B5B7B8;
  font-size: 1.9em;
  font-family: times, serif;
}


.contact {
  padding: 0 2em;
}

label {
  display: block;
}

.submit {
  width: 72px;
  margin: 0 auto;
}

.errors {
  color: red;
  font-weight: bold;

}

.admin_content, .client_content {
  background-color: #58595B;
  padding: 20px 4em;
}

.client_content div {
  padding: 1em;
}

#admin_links {
  padding: .5em;
}

.selected a {
  color: #57ABFF;
}

#admin_links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

#admin_links ul li {
  display: inline;
}

#admin_links ul li a {
  border-left: 1px solid white;
}


.field {
  padding: 2em;
  border-bottom: 1px solid white;
}

