/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


#main {
	float: left;
	margin-let: 212px;
}

.sidebar {
	height: 3000px;
	}


#photo {
	float: left;
	padding: 0;
	margin-top: 60px;
	border-top: 3px solid #B1C2D6;

		}

.faculty h5 {
	font-family: "Franklin Gothic Medium", Arial, sans-serif;
	font-size: 16px;
	color: #435883;
	background-image: url(images/underline.gif);
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
	cursor: pointer;
		}
	
.faculty h6 {
	font-family: Cantarell, Verdana, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #000;
	padding: 10px 0 5px 0;
	}
	
.faculty img {
	float: right;
	margin: 10px 0 20px 10px;
	background: url(images/drop_shadow.gif) right bottom no-repeat;
	padding: 10px;
	}

.bio {
		display: none;
}
	
	