
#envelope {
	margin: 0;
	padding: 0;
	text-align: left;
	}
#top {
	height: 50px;
	margin: 0 0 0 0;
	}
#printLogo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
ul#levelTwoNavigation {
	height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
ul#levelTwoNavigation li a { display: none; }

	ul#levelTwoNavigation li a.selectedL2,
	ul#levelTwoNavigation li a.selectedL2 span {
		display: block;
		background: none;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		}

#contentArea {
	min-height: auto;
	height: auto !important;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	.content {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}

/* projects */
.projectDetails ul.projectsNavigation li a,
.projectDetails ul.projectsNavigation li a span {
	display: block;
	background: none;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	}
.projectTitle {
	width: 600px;
	margin: 0;
	padding: 0;
	background: none;
	}
	
/* home page */
#flash {
	top: 100px;
	padding: 0;
	}

/* shut off the following */	
#logo,
ul#footer,
ul#projectThumbs,
ul#levelOneNavigation { display: none; }