#title {
  font-weight: normal;
  font-size: 28px;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  text-align: center;
}
body, html {
  height:101%;
}
p {
  line-height:1.4em;
}

.container {
  width:790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 1px;
  background-color: white;
  height: 100%;
  padding: 0px;
  text-align:left
}

#nav {
  border-spacing: 0px;
}

#nav td {
 padding: 0px 4px 0px 0px;
}

#nav td a { 
  background-image: url(images/grey.png);
  display: block;
  width: 126px;
  height: 29px;
  text-align:center;
  line-height: 29px;
  text-decoration: none;
  font-size:14px;
  color: black;
  padding: 0px;
  margin: 0px;
}

#nav td.current a {
  background-image: url(images/black.png);
  color: white;
}

#undernav {
 background-image: url(images/under.png); 
}

#contentborder {
  background-color:black;
  padding: 2px;
}

#content {
  background-color:white;
  padding: 15px;
}

#footer, #footer a {
  text-align:center;
  font-size:12px;
  color: #666666;
  text-decoration: none;
  padding-top: 25px;
  clear: both;
}

#footer a:hover {
  color: blue;
}

.thumbnail {
  border: solid 1px black;
  height: 130px;
  width: 160px;
  margin: 5px;
  padding: 6px;
  background: white;
  display: block;
  float: left;

}

.thumbnail a img {
  border: none;
  margin: 5px;
}

.thumbnail p {
  text-align: center;
  font-size: 9px;
  top: 120px;
  color:#333333;
}
