html{height: 100%;}

body
{ background: #333333;
  color: #5A6370;
}

blockquote
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}

#main
{ background: #FFFFFF url(back_grey.png) repeat-y;
  color: #5A6370;
}

#links, #footer, #menu, #menu li a
{ background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#logo
{ background: #FFFFFF url(header.gif) no-repeat;
  color: #5A6370;
}

#links h1
{ background: transparent;
  color: #FFFFFF;
}

h1, #column2 h1
{ background: transparent;
  color: #CCCCCC;
  border-color: #89A9C7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover_pink.png);
  color: #484E56;
} 

#content
{ background: #000000;
  color: #FFFFFF;
}

#column2
{ background: #000000;
}

#column1
{ background: #000000;
}

#column2 a, #column2 a:hover
{ background: transparent;
  color: #E62778;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #D1D3D7;
}

.sbihead
{ /*background: #FFFFFF url(sbi_header_pink.png);*/
  color: #FFFFFF;
}

.sbihead h1
{ background: transparent;
  color: #999999;
}

.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #E62778;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #E62778;
  /*text-decoration: underline;*/
}

.sbicontent a {
	color: #E62778;
}
.sbicontent a:hover {
	color: #E62778;
}

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}

a:hover img {
  text-decoration: none;
}
