body {
	background: url(images/background.gif); /* Tile for the area outside the columns */
}

/* #wrapper1, #wrapper2 {
  background: url(images/columns-bg.gif); /* 1x1 tile 
} */

.centerbox .textpadder /* , .left, .right */ {
  background: url(images/textpadder-c.gif); /* 1x1 tile */
}

.center, .container-left .textpadder, .container-right .textpadder {
  background: url(images/textpadder-lr.gif); /* 1x1 tile */
}

.header {
  background: url(images/header-bg.gif); /* 1x1 tile */
}

.footer {
  background: url(images/footer-bg.gif); /* 1x1 tile */
}

body {
  color: #660000;
}

a:link { color: #8b0 }
a:visited { color: #888 }
a:hover { color: #b00; text-decoration: none }

.tstmnlpara1, .tstmnlli {
  border: 1px solid;
  border-color: #e0eacc #ab8 #ab8 #e0eacc;
  background-color: #efd;
  padding: 3px;
}

.textpadder-right {
  border: 2px solid;
  border-color: rgb(102,0,0);
}
.textpadder-right-inner {
  border: 1px solid;
  border-color: rgb(102,0,0);
}

hr, table, td {
  border: 1px solid;
}
hr, table {
  border-color: #fff #daa #daa #fff;
}
td {
  border-color: #daa #fff #fff #daa;
}

blockquote {
background: #fec url(images/pullquote-top.gif) no-repeat;
}

p.quoteBody {
background: url(images/pullquote-bottom.gif) left bottom no-repeat;
}
