blockquote{border-color: #FF9999;}

h1
{ background: transparent;
  color: #000000;
}

body{background: #FF9999 url(pattern.png) repeat;}

#main{background: #FFE3E3;}

#header
{ background: #990033;
  color: #FF9999;
  border-top-color: #FF9999;
  border-bottom-color: #FF9999;
}

#logo, #logo h1
{ background: transparent;
  color: #FFE3E3;
}

#links a
{
color:#FFE3E3;
}

#menu
{ background: #FF9999 url(menu.png);
  color: #FF9999;
  border-color: #FF9999;
}

#menu li a
{ background: transparent;
  color: #FFE3E3;
  border-color: #989898;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #990033 url(menu_hover.png);
  color: #FFE3E3;
  border-color: #990033;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{ background: #FFE3E3;
  color: #000000;
}

.sidebaritem
{ background: #FF9999;
  color: #000000;
} 

.sbilinks li a, .sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
  color: #000000;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #000000;
} 

#content a
{ background: transparent;
  color: #000000;
}

#footer
{ background: #FF9999 url(footer.png) repeat-x;
  color: #000000;
  border-color: #FF9999;
}

#links_top a, #footer a, #footer a:hover
{ background: transparent;
  color: #000000;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #F5F6F0;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #FF9999;}
