/*
 * for use with MEDIA=screen
 *
 * This style sheet should only affect colors and backgrounds.
 * All other style should be done via the shared ssmForMedia_screen.css.
 */

@import url("../_aCommon/ssmForMedia_any.css");           /* basics, for all */

@import url("../_aCommon/ssmForMedia_screen.css");

body
{
  background: url(../_aCommon/bg_daVinciFly.jpg) ;
  background-color: #E1C6A7 ;
  color: rgb(0,0,0);
}

#LocalNavigation, #MainContent, #RelatedPages, #Tools
{
  /*<IMG SRC="../_aCommon/bar-twig.gif" WIDTH=660 HEIGHT=74 ALT="----------">*/
  background: url(../_aCommon/bar-twig.gif) no-repeat top center;
  padding-top: 74px;
}

td, th
{
  color: rgb(0,0,0);
}

