/* Required style file is ypd.css */

/* Turn off content margins and borders */
BODY
{
  margin: auto auto auto auto;
  border: 0;
  padding-left: 2px;
  padding-right: 2px;
}

/* Don't indent content on handhelds */
.content
{
  margin-left: 0;
}

/* Ensure navigation areas have top margin */
.nav-left, .nav-bottom
{
  margin-top: 2px;
}

/* Ensure navigation links have similar margins */
.nav-left A, .nav-bottom A
{
  margin-right: 2px;
}

/* Make left navigation area into a top navigation area */
.nav-left
{
  float: none;
  width: 100%;
  text-align: center;
}

.nav-left A
{
  display: inline;
  padding-right: 2px;
}

/* Turn off sections that waste bandwidth */
DIV.ads, DIV.stats, DIV.refs
{
  display: none;
}
