html, body { 
  margin: 0; 
  padding: 0; 
  overflow-x: hidden; 
  cursor: none; 
} 

/* Show cursor on interactive elements */
a, button, input, textarea, select {
  cursor: auto;
}

body { 
  font-size: 0.875em; 
  font-family: monospace; 
  padding: 0; 
  margin: 0; 
  background: url("img/HourglassMeadow1.png"); 
} 

.wrapper { 
  background: none; 
  top: 0; 
  margin: 0 auto; 
  width: 870px; 
} 

.sidebar-left, .sidebar-right { 
  width: 175px; 
} 

.main { 
  width: 500px; 
  margin-left: 185px; 
} 

.sidebar-left { 
  margin-left: 0px; 
} 

.wrapper, .links a { 
  color: #12282f; 
} 

.box { 
  border: 3px double #333; 
  background: #fff; 
  padding: 0; 
} 

.main .box {
  width: 493px;
}

.header { 
  border: 3px double #333; 
  text-align: center; 
  margin-top: 15px; 
  top: 0; 
  height: 100px; 
  background-image: url('/img/background_bunnies.png'); 
} 

.links { 
  margin-top: 1em; 
} 

.title { 
  /*suppress title, since we're putting the title as text in the header box*/ 
  display: none; 
} 

.footer { 
  height: 0; 
} 

.box h1, .box h2, .box h3, .box h4 { 
  background: #facbd8; 
  margin: 0; 
  padding: 0.35em 0.25em 0.3em 0.25em; 
  text-align: center; 
  border-bottom: 3px double #333; 
} 

.inner { 
  padding: 0.25em 1em 0.3em 1em; 
  font-size: 1.075em; 
}