body
{
   color: white;
   background-image: url('images/background.png');
}

div#topMenu
{
   background-color: #BA296E;
}

div#topMenu a
{
   background-color: #BA296E;
}

div#bottomMenu
{
   background-color: #BA296E;
}

/*
div#bottomMenu a
{
   background-color: #BA296E;
}
*/

a.navigation
{
   /*background-color: #C9C2A5;*/
   background-color: #BA296E;
   color: white;
}

div#subMenu a
{
   text-decoration: underline;
   color: white;
   background-color: #D66DA7;
   border-left-color: #F27BBD;
   border-top-color: #F27BBD;
   border-right-color: #9C225C;
   border-bottom-color: #9C225C;
}

div#miscellaneousMenu a
{
   text-decoration: underline;
   color: black;
   background-color: #EDC7D9;
   border-left-color: #FAD2E5;
   border-top-color: #FAD2E5;
   border-right-color: #AE929F;
   border-bottom-color: #AE929F;
}

div#search input
{
   background-color: #EDC7D9;
   color: black;
}

* html img.itemImage
{ 
   width: expression( this.scrollWidth > 170 ? "154px" : "auto" ); /* sets max-height for IE */
}

img.itemImage
{ 
   max-width: 90%; /* this sets the max-height value for all standards-compliant browsers */
}


