/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	MODIFIED BY 76DESIGN
	
	Make things print good
	*/

*{
    float:none;
}
BODY {
   background: white;
   font-size: 12pt;
   }

h1{
       font-size: 24px;
}
a:link, a:visited {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

   #banner-carousel,
   .aside,
   #nav-container,
   #sidebar,
   .breadcrumbs,
   #header,
   .add-nav,
   #footer,
   .clear,
   form{
       display:none;
}

#umbrella{
    padding:0;
}
#logo{
    text-indent:0px;
    font-size: 36px;
    float:left;
    margin:0;
    padding:0;
    text-decoration: none;
    color: #383838;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #383838;
}
#logo a{

}


#twocolumns .container,
#twocolumns,
#twocolumns .container #content,
#main-inside,
.module{
    width: 100%;
}
