body {
 background:#dc9;
 background: url(imgs/stationery_background.jpg);
 color:#000;
}

A:link{
 color: #009900;
}
A:visited{
 color: #aa2727;
}
A:hover, 
A:active{
 border-bottom-width: 1px;
}

#banner {
 color:#dc9;
 border-top-color: #fdf2d2;
 border-left-color: #fdf2d2;
 border-bottom-color: #000;
 border-right-color: #000;
 background:#864f00;
}

#banner a:link {
  color: #fdf2d2;
}
#banner a:visited{
  color: #fdf2d2;
}

#links {
 background:#c29248;
}

.blog {
  background: #c29248;
}

.blogbody {
 background:#fdf2d2;
}

.comments-body{
 background: #fdf2d2;
}

.comments-head{
 background: #dc9;
}

.description{
 color:#fdf2d2;
}

.divider{
 background:#c29248;
}

.postbar{
  color: #000;
  background:#dc9; 
}

.posted{ 
  color: #000;
}

.side {
  background:#fdf2d2;
}

.sidetitle {
  background:#dc9;
}
