/*
 * pgRoute Style
 * 
 */
/*
body {
  background-image: url('/chrome/site/pgRoute_background.png');
  background-repeat: no-repeat;
  background-position: 300px 0px;
}
*/
#header {
  position: absolute;
  top: 5px;
  left: 10px;
}

#banner {
  margin-top: 50px;
}

*:link:hover, *:visited:hover {
background-color: #EEEEEE;
color: #555555;
}

*:link, *:visited {
border-bottom: 1px dotted #ffffff;
color: #2da000;
text-decoration: none;
}

#footer  {
  color: #777777;
}

#footer *:link, #footer *:visited  {
  color: #777777;
}

#footer p.right {
  width: 350px;
}

.listing *:link, .listing *:visited  {
  color: #555555;
}

