body
{
  background: #414141;
  color: #D5D2D6;
}

blockquote{border-color: #109CEF;}

#main
{ 
  color: #D5D2D6;
}

#links, #footer, #menu li a
{ background: #545454 url(gradient.png);
  color: #D5D2D6;
  border-color: #109CEF;
}

#links a, #footer a
{ background: transparent;
  color: #D5D2D6;
}

#links a:hover, #footer a:hover
{ background: transparent;
  color: #109CEF;
}

#column1 h1
{
  color: #109CEF;
  border-color: #787878;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

.sidebaritem
{ background: #545454;
  color: #D5D2D6;
}


#content, #column2
{ background: #414141;
  color: #D5D2D6;
  border-color: #D5D2D6;
}









/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #414141;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #545454;}

