body {
  font-family: Georgia, serif;
  font-size: 13px;
  background: white;
  color: black;
}

a img {
  border: 0;
}

#wrapper {
  margin: 0 auto 0 auto;
  width: 600px;
  position: relative;
}

#header h1 {
  background: transparent url(../images/stc-header-right.png) top right no-repeat;
  padding: 0 45px 0 178px;
}

#header h1 span {
  display: block;
  background: transparent url(../images/stc-header-slide.png) top right repeat-x;
}

#header h1 span a { 
  display: block;
  width: ;
  height: ;
  position: relative;
  left: -178px;
}

#header #announce {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 350px;
  text-align: right;
  font-style: italic;
}

#sidebar {
  float: left;
  width: 150px;
  margin: 0 40px 20px 0;
}

#sidebar #nav {
  font-size: 24px;
  font-family: Helvetica, sans;
  text-align: right;
}

#sidebar #nav ul {
  list-style: none;
  margin: 20px 0 30px 0;
  padding: 0;
}

#sidebar #nav ul li {
  margin: 0;
  padding: 0;
}

#sidebar #nav ul li a {
  color: #999;
  text-decoration: none;
  padding: 4px 0 4px 0;
  display: block;
}

#sidebar #nav ul li a:hover {
  color: #aaa;
}

#footer {
  border: 12px solid black;
  border-color: black white white white;
  clear: both;
  margin-top: 25px;

}

#footer p {
    text-align: center;
    font-size: 11px;
}




#main {
  float: left;
  width: 400px;
  margin: -40px 0 30px 0;
}

#main p {
  line-height: 1.6;
}

p.link a {
  display: block;
  padding: 4px 8px;
  text-decoration: none;
  color: #eee;
  font-family: Helvetica, sans;
  font-weight: bold;
  font-size: 16px;
  background: #222;
  text-align: center;
}

p.link a:hover {
  background: #333;
}