body {
background-color: #FFFFFF;
color: #000000;
margin: 0;
padding: 0;
}

div#container {
	width: 600px;
}

div#departmental {
	width: 550px;
}

div#headerbar {
	margin-left: 50px;
	padding-left: 50px;
}

#staffimagelist {
list-style-type: none;
}

#staffimagelist li {
float: left;
margin-right: 15px;
margin-bottom: 20px;
font: bold 0.8em Arial, Helvetica, sans-serif;
color: #000000;
width:140px;
height:180px;
}

#staffimagelist img {
	display: block;
}

div#buttonblock {
	width: 650px;
}

#buttonlist {
list-style-type: none;
}

#buttonlist li {
float: left;
margin-right: 0px;
margin-bottom: 0px;
font: bold 0.8em Arial, Helvetica, sans-serif;
text-decoration:none;
}

#buttonlist img {
	display: block;
	border: 0px;
}

.clear { clear:both; }