/* Print Stylesheet */
/* reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* in general */
body {  font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

#nav a {display: none;}


#home a.home , #services a.services , #team a.team , #experience a.experience , #contact a.contact 
        {display:block;
         font-size: 1.4em;
         text-decoration: none;
}

#subnav {display: none;
}

/************** headings *************************/
h1 {font-size: 1.2em;
}


/* paragraphs */
p {font-size: 1em;
   line-height: 1.7em;
   margin: 0.5em 0;
   clear: both;
}


/* layout */
#header {display: none;
}

#banner {display: none;
}

#content {clear: both;;
}

#formmailer {display: none;
}

.marg {display: none;}

#footer {clear: both;
         padding-top: 10px;
         border-top-style: dotted;
         border-top-width: 2px;
         border-top-color: silver;
         font-size: 0.8em
}

.top {display: none}