/**
 * Themetastic, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */
@import "style.css";
@import "nav.css";

.content ul{
display:none;
}
.navigation ul{
display:block;
}

.content ul.v_nav{
display:block;
}
.content  ul.v_nav ul.subnav{
display:block;
}

.footer{
clear:both;
float:left;
}

.dont_print{
  display:none;
}