/***** Containers *****/

body {
  background-color: white;
}

#container1 {
  margin: 0 auto;
  width: 900px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

#container2 {
  padding-left: 25px;
}


/***** Sections *****/

#header {
  padding-top: 80px;
  padding-bottom: 0px;
}

#navigation {
  width: 150px;
  float: left;
  padding-top: 40px;
}

#content {
  width: 700px;
  float: right;
}

#pushbottom {
  clear: both;
}

#footer {
  padding-top: 50px;
}


/***** Typography *****/

h2 {
  padding-top: 25px;
  color: #00668f;
}


/***** Misc *****/

.home_artwork {
  padding-left: 10px;
}

img {
  border: none;
}

.text_image {
  float: right;
  padding-left: 10px;
}

a {
  outline-color: white;
}


/***** Navigation *****/

#navlist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid gray;
  width: 100px;
}

#navlist li {
  list-style: none;
  margin: 0;
  padding: 0.25em;
  border-top: 1px solid gray;
}

#navlist li a {
  text-decoration: none;
  display: block;
}

#navlist li a:link {
  color: #666666;
  background-color: transparent;
}

#navlist li a:visited {
  color: #666666;
  background-color: transparent;
}

#navlist li a:hover, #navlist li a:active {
  color: white;
  background-color: #00668f;
}
