/* dark */
#page_bg {
//  background: #FFF0CF;
}

div#wrapper {
  background: #FFF0CF;
  border: 1px solid #000000 !important;
  color: #333333;
}
body {
  background: #FFF0CF;
  background: url("../images/background.jpg") no-repeat center fixed;
  color: #333333;
  font-family: bookman old style,new york,sans-serif;
}

a:link, a:visited {
/*  color: #ffffff;*/
}

div#leftarea ul li a:link, 
div#leftarea ul li a:visited
{
  text-decoration: none;
/*  color: #E08D90;*/
}

table.nopad tbody tr td div.search h1,
table.nopad tbody tr td div.item-page h2,
div.moduletable h3,
div.moduletable_menu h3,
div#xmap h1,
div#slogan,div#xmap h2.menutitle {
/*  color: #E08D90;*/
  color: #004600;
}

table.nopad tbody tr td div.item-page h2
{
/*  color: orange;*/
}

a:hover, div#leftarea ul li a:hover
{
  color: #ff0000;
}

div#xmap ul.level_0,
td.rightcolumn ul
{
  list-style-image: url(../images/arrow.png);
}

div.breadcrumbs img
{
  src: url(../images/arrow.png);
}
