body
{  background: #333333;

  color: white
}

blockquote{border-color: grey;}

#main
{ /*background: url('main.jpg') repeat-y center;*/
  color: white
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{ 
  background:black;
  color: white;
  border-color: grey;
}

#logo
{ background: #333333/*url('logo.jpg') no-repeat*/;
  color: white;
  border-color: grey;
}

h1, #column1 h1, #column2 h1
{ background: transparent;
  color: white;
  weight:strong;
  border-color: black;
  font:'arial narrow';
}

#menu
{ background: transparent;
  color: white;
  text-align:center;
}

#menu li a, .sidebaritem
{ background: grey;
  color: white;
  border-color: black;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: black;
  color: white;
} 

#content, #column2
{ /*background: #333333;*/
  color: white;
  border-color: black;
}

#column2 a
{ /*background: #333333;*/
  color: white;
  border-color: black;
}
#column2 a:hover
{ /*background: white;*/
  color: grey;
  border-color: grey;
}