.topstripe {
  height: 119px;
  width: 100%;
  background: #CC3333;
}

.stripetext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #FFFFFF;
  position: absolute;
  top: 100px;
  right: 20px;
}

.striperounded {
  position: absolute; 
  top: 10px; 
  right: 10px;
}

.stripelogo {
  border: none;
  position: absolute; 
  top: 10px; 
  left: 10px;
}

.locationbar {
  margin: 1px 0 15px 0;
  padding: 3px 10px 3px 10px;
  background: #999999;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-transform: uppercase;
}

.locationbar a {
  color: #FFFFFF;
  text-decoration: none;
}

.locationbar a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

BODY { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  margin: 10px;
  padding: 0px;
}

H1, H2 { 
  text-align: center;
}

H2 .name {
  color: #CC0000;
}

.button {
  text-align: center;
}

.button a {
  font-weight: bold;
  font-size: 14px;
  background-color: red;
  text-decoration: none;
  color: white;
  border: 3px groove black;
  padding: 4px 8px 4px 8px;
}

.credits {
  font-size: 9px;
}

P {
  margin:0px 0px 16px 0px;
}

#content {
  margin: 0px 240px 50px 10px;
  padding: 10px;
  position: relative;
  min-height: 100%;
}

#content IMG {  
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

#sidebar {
  position: absolute;
  top: 160px;
  right: 10px;
  width: 220px;
  padding: 5px 10px 25px 10px;
  background-color: #eee;
  /* the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 200px;
}
/* "be nice to Opera 5"-correction for the hack */
body>#sidebar { width:200px; }

