html {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;  
  font-size: 88%;
}
body { margin: 0; padding: 0; }

h1 {
  font-family: Impact,"Arial Narrow",Arial,sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #c33;
  letter-spacing: 0.7ex;
  background-image: url(fadein.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 65px;
  margin: 0;
  padding: 5px 0 0;
}

h2 {
  font-family: Georgia,serif;
  text-transform: lowercase;
  text-align: center;
  margin: 0 0 0.2em 0;
  padding: 10px 0 0;
  font-size: 130%;
}

p { line-height: 1.3em; }

.box p a { color: black; text-decoration:none; border-bottom: dashed 1px #666; font-weight: normal; }
.box p a:hover { color: #c33; text-decoration:underline; border-bottom: 1px solid #c33; }

a, .puff p a { color: #c33; border-bottom: none; text-decoration:underline; font-weight: bold; }

#middle {
  background-color: #eea;
  color: #000;
}

#content {
  width: 620px;
  margin: 0 auto;
  text-align: left;
}

.puff h2 {
  padding: 3px 0;
  margin: 0 20px;
  background-color: #c33;
  color: #fff;
}

.box {
  width: 280px;
  height: 200px;
  background-image: url(box.png);
  background-repeat: no-repeat;
  float: left;
  margin: 10px 0 10px 20px;
}

.box p {
  margin: 0.5em 20px;
}

.clear { clear: both; }

#footer {
  padding-top: 30px;
  background-image: url(fadeout.png);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 85%;
}

#footer a { color: #fff; font-weight: normal; }

#footer .delare { padding: 0 0.5em; }

#footer p { margin: 0; padding: 0 0 1em 0; }

#footer img { vertical-align: middle; }

img a { border-width: 0; }

#cse-search-box {
  position: absolute;
  right: 3px;
  top: 3px;
}

#cse-search-box input {
  background-color: #333;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  font-size: 85%;
}