body {
  background-color: #ffffcc;
}
body a {
  color: #A72F3D;
  text-decoration: none;
}
body a:visited {
  color: #761621;
}
body a:hover {
  text-decoration: underline;
}

#title {
  background: #761621;
  //background: #39f;
  //background-image: url(/images/titlebar.jpg);
  font-size: 13px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

#subtitle {
  background: #A72F3D;
  //background: #cff;
  //background-image: url(/images/titlebar2.jpg);
  font-size: 12px;
  font-weight: bold;
  font-family: 'Trebuchet MS';
  color: #fff;
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 5px;
}

#header {
  width: 100%;
  background-image: url(/images/logo.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-color: white;
  height: 100px;
  border-bottom: 3px double #000;
  margin-bottom: 15px;
}
#header h3 { 
  margin-top: 0px;
  padding-top: 10px;
  margin-right: 20px;
}
#headertext {
  position: absolute;
  top: 50px;
  right: 200px;
  color: #000;
}
#titlenavbar {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
  float: right;
  width: 175px;
  bottom: 21px;
  clear: bottom;

}
#titlenavbar a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
  width: 100%;
}
#titlenavbar a:hover {
  color: #000;
  background: #69f;
}
#titlenavbar td {
  border-right: 1px solid #000;
  background: #39f;
  background-image: url(/images/titlebar2.jpg);
}
#titlenavbar td:hover {
  background: #cff;
}
#titlenavbar td:hover a {
  color: #000;
  background: #cff;
}

#themenavbar {
  border: 1px solid #000;
  background-image: url(/images/titlebar2.jpg);
  color: #fff;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 1;
}
#thememenu {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 100px;
  position: absolute;
  top: 20px;
  right: 5px;
  visibility: hidden;
  z-index: 1;
}
#thememenu ul {
  margin: 0px;
  padding: 0px;
}
#thememenu li {
  margin: 0px;
  padding-left: 5px;
  list-style: none;
  border-bottom: 1px solid #fff;
}
#thememenu li.purple {
  background-color: #909;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
#thememenu li.blood {
  background-color: #900;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
#thememenu li.blue {
  background: #39f;
  background-image: url(/images/titlebar.jpg);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
#center {
  float: center;
  width: 100%;
  position: relative;
  bottom: 21px;
}
#leftcontent {
  float: left;
}
#navbar {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin: 10px;
  width: 130px;
}
#navbar a {
  padding-left: 10px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
#navbar a:hover {
  color: #000;
  background: #cc0000;
}
#navbar td {
  border-bottom: 1px solid #000;
  width: 130px;
  //background: #39f;
  background: #660000;
  //background-image: url(/images/titlebar2.jpg);
}
#navbar td:hover {
  background: #cc0000;
}
#navbar td:hover a {
  color: #000;
  background: #cc0000;
}
#search {
  border: 1px solid #000;
  margin: 10px;
  width: 130px;
}
#search form {
  padding: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
}
#search td {
  margin-right: 0px;
}
#search td.credit {
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
}
#welcome {
  border: 1px solid #000;
  margin: 10px;
}
#welcome p {
  padding: 5px;
}
#updates {
  border: 1px solid #000;
  margin: 10px;
}
#updates-inner {
  margin: 5px;
  border: 1px solid #000;
}
#updates-inner p {
  padding: 5px;
}
#rightcontent {
  float: right;
}
#announce {
  border: 1px solid #000;
  margin: 10px;
  width: 195px;
}
#announce td.content {
  padding: 5px;
}
#community {
  border: 1px solid #000;
  margin: 10px;
  width: 195px;
}
#community p {
  padding: 5px;
}
#community ul {
  margin-left: 25px;
  margin-bottom: 2px;
  margin-top: 5px;
  padding-left: 0px;
}
#community li {
  margin: 0px;
  list-style-image: url(/images/sdi_bl.gif);
}
#sponsor {
  border: 1px solid #000;
  margin: 10px;
  padding: 5px;
  width: 195px;
}
#sponsor p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#sponsor img {
  margin: 0px;
  padding: 0px;
}
#counter {
  border: 1px solid #000;
  margin: 10px;
  width: 195px;
}
#counter p {
  padding: 5px;
}
#countdown1 {
 padding: 0px;
 margin: 0px;
}
#mascot {
  border: 1px solid #000;
  margin: 10px;
  width: 195px;
}
#mascot p {
  text-align: center;
  padding: 5px;
}
#footer {
  float: bottom;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  position: relative;
  bottom: 21px;
}
#pagecontent {
  padding: 5px;
  width: 100%;
}
#pagecontent h3{
  text-align: center;
  font-weight: bold;
}