#container {
  width: 741px;
  margin: 10px auto;
  border: 1px solid #000000;
  }

#errors {
  color: red;
  background-color: #ffffff;
  }

#banner {
  padding-bottom: 0px;
  }

#banner img {
  float: left;
  }

#company {
  line-height: 23px;
  display: none;
  }
  
#navigation {
  clear: left;
  width: 741px;
  height: 30px;
  background-color: #000000;
  color: #ffffff;
  font-family: arial, sans-serif;  
  }

#navigation a:link {
  color: #ffffff;
  background-color: #000000; 
  text-decoration: none;
  }

#navigation a:visited {
  color: #ffffff; 
  background-color: #000000;
  text-decoration: none;
  }

#navigation a:hover {
  color: #000000;
  background-color: #cccccc;
  height: 25px; 
  text-decoration: none;
  }
 
#navigation a {
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 123px;
  }

#subNav {
  text-align: center;
  margin-bottom: 10px;
  }

#subNav a {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  }
  
#subNav a:hover {
  text-decoration: underline;
  }

#content {
  clear: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-height: 300px;
  }
 
#content h1 {
  font-size: 20px;
  }
  
#content h2 {
  font-size: 20px;
  }

.noSpace {
  margin-bottom: 0;
  font-weight: bold;
  }
  
.aList {
  margin-top: 0;
  }

#validate {
  margin-left: 10px;
  }

#footer { 
  text-align: right;
  width: 741px;
  height: 30px;
  background-color: #000000;
  color: #ffffff; 
  }

img {
  border: 0;
  } 

.photo img {
  margin-right: 20px;
  }
  
.examples {
  text-align: center;
  }

#me {
  float: left;
  margin-right: 10px;
  }

/* HTML {
overflow: -moz-scrollbars-vertical !important;
} */