body {
  background: #f8650e url(images/stripe.png) top left repeat;
  color: rgb(20,20,40);
}

h2 {
    color: #3C0B0A;
}

a {
  color: rgb(48,61,25);
}

blockquote {
    background: url(images/quotes.png) top left no-repeat;
}

textarea {
  background: #F3CCAE;
  color: #251B14;
}



a.formLink {
    color: #251B14;
}

p.info {
    color: #810000;
}

p.attribution {
  border-bottom: 1px solid black;
  background: url(images/bottom-quotes.png) bottom right no-repeat;
}

#hands {
  background: url(images/hands.png) top left no-repeat scroll;
}

#topCorners {
  background: url(images/top_corners.png) top left no-repeat;
}

#bottomCorners {
  background: url(images/bottom_corners.png) top left no-repeat;
}


#topFolder {
  background: url(images/top-folder.png) top left no-repeat;
}

#bottomFolder {
  background: url(images/bottom-folder.png) top left no-repeat;
}

#topSidebar {
  background: url(images/top-sidebar.png) top left no-repeat;
}

#bottomSidebar {
  background: url(images/bottom-sidebar.png) top left no-repeat;
}

#header, #body { background: url(images/paper-trans.png) top left repeat;
}

#header h1 {
    color: #4a120f;
}

#header h2 {
  color: #600;  
}

#header > h1 > a {
  color: #4a120f;
}

#body ul a {
  color: rgb(48,61,25);
}

img.noBorder {
  border: none !important;
}

#subNav, #sidebar { background: url(images/paper-trans.png) top left repeat; }
#subNav h4 { color: #3f0f11; }
