/* CSS Document */
body
{  
  background-color: rgb(166,166,164);
  color: rgb(74,99,165);
}
div#Container
{
  background-color: rgb(236,236,232);
}
h1#branding
{
  background-color: rgb(74,99,165);
}
div.landingProduct
{
  border: 1px solid rgb(106,106,99);  
  background: rgb(229,229,255) url('../images/landing_thumb_bg.png') no-repeat top left;   
}
div.landingProduct div.textual h2 a:link
{
  color: black;
}
div.landingProduct div.textual h2 a:visited
{
  color: rgb(106,106,99);
}
div.landingProduct div.textual h2 a:active, div.landingProduct div.textual h2 a:hover
{
  color: rgb(74,99,165);
}
