/* MAIN */

html, body {
  height: 100%;
  }

body {
  background-color:#FFFFFF;
  font-family: Verdana, Arial, ArialBlack, sans-serif;
  font-size: small;
  color: #405070;
  }

h1 {
  text-align: center;
  color: #ffffff;
  background-color: #405070;
  border: 1px solid #000000;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }

h2 {
  border-bottom: 1px dashed #405070;
  }


/* IDs - Elements */

#navigation {
  position: absolute;
  top: 100px;
  left: 0;
  width: 120px;
  }

#navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 12px solid #405070;
  border-bottom: 12px solid #405070;
  }

#navigation li {
  border-bottom: 1px solid #ffffff;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  }

#navigation li#upper {
  border-top: 1px solid #ffffff;
  }

#navigation a:link, #navigation a:visited {
  color: #405070;
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 12px solid #405070;
  border-right: 1px solid #405070;
  text-decoration: none;
  }

#navigation a:hover {
  background-color: #405070;
  color: #ffffff;
  border-left: 12px solid #ffffff;
  }

#navigation a.hilite {
  background-color: #405070;
  color: #ffffff;
  }

#content {
  margin-left: 130px;
  margin-right: 10px;
  padding: 0 5px 0 5px;
  }

#content a:link, a:visited {
  text-decoration: underline;
  color: #267f30;
  }

#content a:hover {
  text-decoration: none;
  }

#content a[href^="http:"]:link, a[href^="http:"]:visited, a[href^="http:"]:hover {
  color: #213723;
  }

#content a[href^="mailto:"]:link, a[href^="mailto:"]:visited, a[href^="mailto:"]:hover {
  color: #628F66;
  }

#content form p a img {
	border: 0;
	}

#content form div {
	margin-top: 5px;
	}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #405070;
  color: #ffffff;
  font-size: smaller;
  }

#footer a {
  text-decoration: underline;
  color: #ffffff;
  }

#footer a:hover {
  text-decoration: none;
  }

/* LAST UPDATE CHANGE */

#footer:after {
  content: "Last update: November 14 2005";
  text-align: right;
  font-style: italic;
  }

/* END LAST UPDATE CHANGE */

span#bestview {
  font-style: italic;
  font-weight: bold;
  text-align: left;
  margin-left: 1%;
  margin-right: 160px
  }

span#update {
  text-align: right;
  font-style: italic;
  margin-left: 130px;
  }

#changelog {
  border-top: 1px dashed #405070;
  border-bottom: 1px dashed #405070;
  }

#changelog h2 {
  color: #405070;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
  border: 0;
  }

#changelog ul {
  list-style-type: none;
  }

#google-adsense {
  position: absolute;
  top: 320px;
  left: 0;
  width: 120px;
  }


/* CLASSES */

#navigation a:link.getff, #navigation a:visited.getff, #navigation a:hover.getff {
  background-color: #ffffff;
  border-left: 12px solid #ffffff;
  border-right: 1px solid #ffffff;
  }

.subtitle {
  font-size: larger;
  text-decoration: underline;
  }

.strong {
  color: #000000;
  font-style: italic;
  }

.emphasize {
  font-weight: bold;
  }

.themeshot {
  width: 160px;
  height: 111px;
  float: left;
  margin-right: 30px;
  }