/*
    Document   : main
    Created on : Sep 23, 2009, 9:15:52 AM
    Author     : timbrown
    Description: print styles

  /$$$$$$        /$$       /$$ /$$
 /$$__  $$      | $$      | $$|__/
| $$  \ $$  /$$$$$$$  /$$$$$$$ /$$  /$$$$$$$  /$$$$$$  /$$$$$$$
| $$$$$$$$ /$$__  $$ /$$__  $$| $$ /$$_____/ /$$__  $$| $$__  $$
| $$__  $$| $$  | $$| $$  | $$| $$|  $$$$$$ | $$  \ $$| $$  \ $$
| $$  | $$| $$  | $$| $$  | $$| $$ \____  $$| $$  | $$| $$  | $$
| $$  | $$|  $$$$$$$|  $$$$$$$| $$ /$$$$$$$/|  $$$$$$/| $$  | $$
|__/  |__/ \_______/ \_______/|__/|_______/  \______/ |__/  |__/

*/

h1 {
    display:none;
}
#navigation {
    display:none;
}
.sub_nav {
    width:1024px !important;
    position:absolute;
    left:0;
    top:0;
}
.sub_nav_content {
    width:1024px !important;
}
.col2 {
    display:none;
}
.project_overview  {
    color:#000 !important;
}
.project_overview .col2 {
    display:block;
}
.project_overview #back {
    display:none;
}