body {
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  min-width: 70em;
  }
  
#wrapper {
  width: 70em;
  margin: auto;
 }

a {
  text-decoration: none;
  color: #4682b4;
  }
  

a:visited {
  text-decoration: none;
  color: #191970;
  }

a:hover {
  text-decoration: underline;
  color: #141c8a;
  }
  
a:active {
  text-decoration: none;
  color: #4682b4;
  }
  

#masthead {
  width: 70em;
  height: 8.5em;
  position: static;
  float: left;
  }
  
#logo {
  width: 33em;
  height: 5em;
  position: relative;
  float: right;
  top: 1em;
  right: 2em;
  }

#search_box {
  width: 17em;
  height: 2em;
  position: relative;
  float: left;
  top: 6em;
  left: 1.5em;
  z-index: 2;
  }

#input_box {
  position: relative;
  float: left;
  z-index: 2;
}

#search_button {
  position: relative;
  left: .5em;
  z-index: 2;
}

#nav_menu {
  width: 70em;
  height: 1.7em;
  position: relative;
  float: left;
  z-index: 2;
  }

#main {
  position: relative;
  width: 70em;
  z-index: 1;
  }

#footer {
  width: 70em;
  height: 1.5em;
  position: relative;
  clear: both;
  background-color: #94be5b;
  }

#copyright {
  height: 1.5em;
  position: relative;
  float: right;
  right: 1em;
  color: #FFFFFF;
  }

#login {
  color: #FFFFFF;
  float: left;
  height: 1.5em;
  padding-left: .5em;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
  color: #FFFFFF;
}

#

/* sticky footer */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.5em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 1.5em; /* .push must be the same height as .footer */
}

*/ end sticky footer */