/* print specific */

.skip {
	display: none;
	}
	
#nav, #content #sidebar, span,  #breadCrumb, #footer, .green_bar_shadow, .light_green_bar, .return_link, #project_extras{
	display: none;
	}
#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	
img{
	border: none;
}
table{
        text-align: left;
}
#project_info {
       float: left;
       width: 31.5em;
}
#project_gallery {
      float:right;
      margin-top:6em;
      width:21em;
}
sup{
	font-weight: normal;
	font-size: 85%;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #999;
	margin: 0;
	padding: 0;
}