body {
  background-color: #333333;
  font-size: x-small;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}

td {
  font-size: x-small;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}

a:link, a:visited {
  font-size: x-small;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}
a:hover {
  font-size: x-small;
  color: #66CC66;
  font-family: sans-serif;
  text-decoration: none;
}

#logo {
  position:absolute;
  left: 20px;
  top: 20px;
}

#title {
  font-size: x-large;
  color: #FF0000;
  letter-spacing: 8px;
}

#subtitle {
  font-size: medium;
  color: white;
  letter-spacing: 4px;
}

#topbar {
  position: absolute;
  left: 20px;
  top: 90px;
  width: 95%;
}

#hrule {
  position: absolute;
  left: 20px;
  top: 110px;
  width: 95%;
}

#middlebar {
  position: absolute;
  left: 225px;
  top: 125px;
  width: 600px;
  text-align: center;
  font-variant: SMALL-CAPS;
}

.selected {
  font-size: x-small;
  color: #66CC66;
}

.heading {
  font-size: small;
  color: #FF0000;
  padding-bottom: 15px;
}

.client {
}

.head {
  font-size: small;
  text-transform: uppercase;
  color: #FF0000;
  padding-bottom: 15px;
}

.subhead {
  font-size: small;
  font-style: italic;
  color: #FF0000;
  padding-bottom: 5px;
}

.label {
  padding: 2px;
}

.group {
  padding-bottom: 20px;
}

.col {
  float: left;
  width: 250px;
}

#sidebar {
  position: absolute;
  left: 20px;
  top: 125px;
  width: 125px;
}

.category {
  font-size: x-small;
  color: #FF0000;
  font-weight: bolder;
  text-align: left;
  padding: 2px;
  padding-top: 5px;
}

.suite {
  text-align: right;
  padding: 2px;
}

#left {
  position: absolute;
  left: 175px;
  top: 125px;
  width: 350px;
  padding: 50px;
  text-align: justify;
}

#right {
  position: absolute;
  left: 575px;
  top: 125px;
  width: 350px;
  padding: 50px;
  text-align: justify;
}

#farright {
  position: absolute;
  left: 550px;
  top: 50px;
  width: 150px;
  text-align: left;
}

.block {
  padding-bottom: 20px;
}

#frame {
  position: absolute;
  left: 125px;
  top: 125px;
  width: 500px;
  padding-top: 50px;
  text-align: center;
}

#wideframe {
  position: absolute;
  left: 175px;
  top: 125px;
  width: 800px;
  padding-top: 50px;
  text-align: left;
}

#image {
  margin: auto;
}

#thumbnails {
  position: absolute;
  left: 575px;
  top: 125px;
  width: 375px;
  padding-left: 25px;
  padding-top: 50px;
  text-align: left;
}

#center {
  position: absolute;
  left: 175px;
  top: 125px;
  padding: 30px;
}

#links {
  position: absolute;
  left: 175px;
  top: 125px;
  width: 1500px;
  padding: 30px;
}

#guestbook {
  position: absolute;
  left: 350px;
  top: 125px;
  width: 350px;
  text-align: justify;
  padding-top: 50px;
}

#blog {
  position: absolute;
  left: 250px;
  top: 125px;
  width: 450px;
  text-align: justify;
}

.description {
  font-size: x-small;
  color: #888888;
  font-family: sans-serif;
  text-decoration: none;
  padding-top:20px;
}

.copyright {
  font-size: x-small;
  color: #555555;
  font-family: sans-serif;
  text-decoration: none;
}

.thumbnail {
  height: 60px;
  width:  60px;
  padding: 2px;
}

