body {
  background-color: transparent;
  background-image: url(paper.jpg);
  font-family: sans-serif;
  margin-left: 0px;
  padding: 8px;
}
div#centered {
margin 0px auto;
}
h1 {
  font-size: 1.5em;
  text-align: center;
}
h2 {
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
}
h3 {
  font-size: 1.0em;
  text-align: center;
  font-weight: normal;
}
div.mainTitle {
  font-size: 2em;
  color: #85221f;
  text-align: center;
}

div.subTitle {
  font-size: 1em;
  color: #85221f;
  text-align: center;
  font-style: italic;
}

a:hover {
  color: gray;
  background-color: inherit;
}
.red {
  color: #85221f; background-color: inherit;
}
.centered {
  text-align: center;
}
.italic {
  font-style: italic;
}
li {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tweener {
  clear: both;
}
.splashRight {
  float: right;
  margin: .5em;
}
.splashLeft {
  float: left;
  margin: .5em;
}

div#body {
  position: absolute;
  left: 115px;
  right: 10px;
  top: 10px;
}

div#bubble {
  background-color: #ffffd0;
  max-width: 1000px;
}

div.rounded, div.invRounded {
  background-image: url(paper.jpg);
} 

div.rounded * {
  height: 1px; 
  overflow: hidden; 
  background: #ffffd0;
}

/* divs to round both sides */
div.b1{margin: 0 5px}
div.b2{margin: 0 3px}
div.b3{margin: 0 2px}
div.b4{margin: 0 1px; height: 2px}
/* divs to round just the left inwards */
div.l1{margin: 0 0 0 5px}
div.l2{margin: 0 0 0 3px}
div.l3{margin: 0 0 0 2px}
div.l4{margin: 0 0 0 1px; height: 2px}
/* divs to round just the right sides outward */
div.r1{position: relative; left: 105px; width: 5px;}
div.r2{position: relative; left: 107px; width: 3px;}
div.r3{position: relative; left: 108px; width: 2px;}
div.r4{position: relative; margin: 0; left: 109px; width: 1px; height: 2px;}

div#content {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 30em;
}

div#sidebar {
  position: absolute;
  left: 5px;
  top: 2em;
  width: 110px;
  background-color: transparent; 
  text-align: right;
}


div#sidebar div.curLink {
  background-color: #ffffd0;
}

a {
  color: #85221f;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #133b07;
}

div#sidebar div.spacer {
  height: 5px;
  overflow: hidden;
}

div#footer {
  padding-top: 1em;
  text-align: center;
  width: 100%;
}

img.signLogo {
  float:left;
  background-color: #133b07;
  border: 2px solid #85221f;
  margin-left: 2em;
}

div#newsBox {
  text-align: center;
  font-size: .7em;
}
#newsBox img {
  border: 1px solid silver;
}
#newsBox a {
  text-decoration: none;
}
div.shopInfo {
  margin: auto;
  font-size: 1em;
  text-align: center;
  padding: .5em;
}
.member {
  font-weight: bold;
}
#news {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 4px;
}
div#rotatorDiv {
  background-color: transparent;
  position: relative; top:0; left:0;
  margin: 8px;
  width: 350px;
  height: 264px;
  overflow: hidden;
}
div#rotatorDiv img {
  position: absolute; top: 0; left: 0;
  width: 346px;
  height: 260px;
}
img#rotatorImg1 {
  filter: alpha(opacity=100); 
  -moz-opacity: 1; 
  opacity: 1;
}
img#rotatorImg2 {
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
  opacity: 0;
}
