.typography * {
}

.typography h2 {
	margin: 10px 0px 15px 0px;
	font-size: 18px;
}
.typography p {
	margin: 10px 0px;
	font-size: 12px;
}

.typography td {
	padding: 5px;
}

.typography ul {
	margin: 5px 0px 5px 40px;
	font-size: 12px;
	list-style-image: url(/themes/heurisko/images/bullet.gif);
	color: #000000;
}

#StaffList {
	font-size: 12px;
}

#StaffList .clear {
	height: 15px;
}

#StaffList #Staff {
	clear: both;
	margin: 0px 0px 15px 0px;
        border-bottom: 1px solid #bebebe;
}

#StaffList #Staff .staffphoto {
        float:left;
        width:100px;
        margin-right:5px;
	
}
#StaffList #Staff .staffname {
        font-size:12px;
}
#StaffList #Staff .staffdescription {
        text-align:left;
}