body {
  margin: 0;
  padding: 0;
  background: #414141 url(images/background.gif) repeat scroll 0% 50%;
  color: #ffffff;
  font-family: tahoma,arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}
* html body {
  line-height: 18px;
}
a:link {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
}
a:hover, a:active {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
}
#content a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
}
#content a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
}
#content a:hover, #content a:active {
  color: #5f7c8d;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
}
#top {
  border: 5px solid #ffffff;
  background: #607d8f;
/*  background: #557080;*/
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  width: 763px;
  padding-top: 4px;
  padding-bottom: 5px;
}
#container {
  margin: 15px auto 0;
  text-align: left;
  width: 775px;
}
#content {
  clear: both;
  width: 775px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#nav {
  border: 5px solid #ffffff;
  clear: both;
  font-size: 13px;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  width: 763px;
  background-color: #1c2f45;
  margin-top: 15px;
  margin-bottom: 15px;
}
#main {
  border: 5px solid #ffffff;
  background: #1c2f45 url(images/banner-main.png) repeat-x scroll center top;
  float: left;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 446px;
  display: inline;
  margin-bottom: 15px;
} * html #main { height:450px; }
#research {
  border: 5px solid #ffffff;
  background: #1c2f45 url(images/banner-research.png) repeat-x scroll center top;
  float: left;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 446px;
  display: inline;
  margin-bottom: 15px;
} * html #research { height:450px; }
#publications {
  border: 5px solid #ffffff;
  background: #1c2f45 url(images/banner-publications.png) repeat-x scroll center top;
  float: left;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 446px;
  display: inline;
  margin-bottom: 15px;
} 
#links {
  border: 5px solid #ffffff;
  background: #1c2f45 url(images/banner-links.png) repeat-x scroll center top;
  float: left;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 446px;
  display: inline;
  margin-bottom: 15px;
} * html #links { height:450px; }
#contact {
  border: 5px solid #ffffff;
  background: #1c2f45 url(images/banner-contact.png) repeat-x scroll center top;
  float: left;
  min-height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  width: 446px;
  display: inline;
  margin-bottom: 15px;
} * html #contact { height:450px; }
.thumbnails ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.thumbnails li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
