blockquote{border-color: #777;}

h1
{ background: transparent;
  color: #440000;
}

body{background: #555 url(pattern.png) repeat;}

#main{
	background: #ffffff;
	margin-top: 10px;
}

#header
{
	color: #777;
	border-top-color: #EEE;
	border-bottom-color: #ABB197;
	background-color: #990000;
}

#logo, #logo h1
{ background: transparent;
  color: #777;
}

#menu
{ background: #898867 url(menu.png);
  color: #F5F6F0;
  border-color: #EEE;
}

#menu li a
{ background: transparent;
  color: #F5F6F0;
  border-color: #989898;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #898867 url(menu_hover.png);
  color: #F5F6F0;
  border-color: #989898;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{
	color: #000000;
	background-color: #FFFFFF;
}

.sidebaritem
{
	color: #000000;
	background-color: #FFFFCC;
	border: thin solid #000000;
} 

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

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #FF9900;
} 

#content a
{ background: transparent;
  color: #ff9900;
}

#footer
{ background: #ffffff url(footer.png) repeat-x;
  color: #414141;
  border-color: #e36e00;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #414141;
}

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