@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	NAVIGATION
	========================================================================== */

#gnav li#nav-teachers img{
	margin-top: -54px;
}

/* ==========================================================================
	CONTENT
	========================================================================== */

#teacher-txt {
	float: left;
	width: 700px;
}

#history-table {
	border-top: dotted 1px #b2a79a;
}
#history-table th {
	text-align: left;
	padding: 11px;
	background-color: #f4f4e2;
	border-bottom: dotted 1px #b2a79a;
}
#history-table td {
	padding: 11px;
	border-bottom: dotted 1px #b2a79a;
}
