body
{ background: #DCDCDC;
  color: #D5D2D6;
}

blockquote{border-color: #109CEF;}

#main
{ background: #FFF url(main.png) repeat;
  color: #D5D2D6;
}

#links, #footer, #menu li a
{ background: #545454 url(gradient.png);
  color: #FFFFFF;
  border-color: #FF0000;
}

#links a, #footer a
{ background: transparent;
  color: #D5D2D6;
}

#links a:hover, #footer a:hover
{ background: transparent;
  color: #109CEF;
}

#logo
{ background: #FFF url(logo.jpg) no-repeat;
  color: #FFF;
  font: 400% helvetica;
  border-color: #FF0000;
}

h1, #column1 h1, #column2 h1
{ background: transparent;
  color: #000000;
  border-color: #787878;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

.sidebaritem
{ background: #D5D2D6;
  color: #FF0000;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FF0000;
  color: #FFF;
} 

#content, #column2, #column2 a
{ background: #FFFFFF;
  color: #000000;
  border-color: #D5D2D6;
}

#column2 a:hover
{ background: #414141;
  color: #109CEF;
  border-color: #109CEF;
}

.sbilinks li a, .sidebaritem a
{ background: #FFF url(arrow.png) no-repeat left center;
  color: #FF0000;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: #545454 url(arrow.png) no-repeat left center;
  color: #FFF;
} 

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #FFF;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #FF0000;}
