@charset "utf-8";
@import url("sidebar.css");

#staff .section {
	overflow: auto;
}

#staff .col_left,
#staff .col_right {
	overflow: auto;
	width: 327px;
}

#staff .col_left {
	float: left;
}
#staff .col_right {
	float: right;
}

#staff .col_wrapper {
	margin: 0 0 0 85px;
	padding: 0 0 0 15px;
}

#staff .thumb {
	float: left;
	width: 83px;
	height: 92px;
	border: 1px solid #414040;
}

#staff .name,
#staff .title,
#staff .email {
	margin-bottom: 0.5em;
}

#main .photo {
	float: left;
	width: 193px;
	border: 1px solid #414040;
}

#bio_wrapper {
	margin: 0 0 0 195px;
	padding: 0 0 0 15px;
}

@media print {
	#sidebar {
		display: none;
	}
	
	#main {
		_width: 100%;
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
	
	#staff .col_left,
	#staff .col_right {
		width: 45%;
	}
}
