html {
  height: 100%;
}

body {
  margin: 0px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  height: 100%;
}

a {
  text-decoration: none;
  color: #4889ae;
}

img {
  border: 0px;
}

#header {
  height: 90px;
  width: 950px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
  position: relative;
}

#header img {
  position: absolute;
  top: 5px;
  left: 5px;
}

#header div {
  position: absolute;
  top: 5px;
  right: 0;
}

#content {
  width: 950px;
  margin: 0 auto;
}

#content h1 {
  color: #fff;
  text-shadow: #888 1px 1px 0px;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  background: url('/images/content_h1_bg.png') no-repeat;
  padding: 4px 0 0 37px;
  height: 18px;
}

#rectangle {
  width: 300px;
  float: right;
  padding: 5px 0;
}

#footer {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  padding: 5px 0;
  color: #8c8a8a;
  border-top: 1px solid #8c8a8a;
  clear: both;
}

#footer a {
  color: #696969;
}

div.picture {
  text-align: center;
  padding: 10px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.addthis {
  width: 300px;
  margin: 0 auto;
}


.randomimages {
  width: 650px;
  height: 250px;
  padding: 5px 0;
  margin: 0;
}

.randomimages img {
  display: block;
  float: left;
  width: 123px;
  height: 78px;
  border: 1px solid #ccc;
  margin: 0 5px 5px 0;
}


