/* Print CSS Styles – Styles for the print media type */
#websiteHeader, #websiteLeft, #websiteBottom, #websiteRight, .sideContent, #footerTable, #navOptions, #screenPeople, #print {
	display: none !important;
}

#defaultBodyContainer, #mainContent, #mainContentFullWidth {
	width: auto !important;
}

#websiteMain {
	width: 610px;
}

#splashGraphic {
	width: 100%;
}

#footerTablePrint {
	display : block !important;
}

#printHeader {
	display : block !important;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

#printPeople {
	display : block !important;
}

/* CVs */
#CVMainContent {
	width: auto !important;
	float: left;
	margin: 0 0 30px 0;
}

#CVSideInfo {
	float: left;
	width: 210px;
	border-left: 1px solid #CCC;
	padding-left: 20px;
	margin: 0 0 20px 20px;
}

