.credits {
	margin-right:			1em;
	margin-bottom:			2em;
}

#creditsPage h3 {
	margin-top:				0em;
	padding-left:			0;
	margin-left:			0;
	text-transform:			uppercase;
	font-weight:			bold;
}

.credits li,
.credits li .credits li {
	margin-bottom:			1.5em;
}

.credits li li,
.credits li .credits li li {
	margin-bottom:			0.2em;
}

.credits  .role {
	margin-top:				0.5em;
	margin-bottom:			0.1em;
	
	font-weight:			normal;
}

.credits  .name {
	margin-bottom:			0.2em;
	font-weight:			bold;
}

/*
	deal with some columns and stuff
*/

.creditColumn {
	width:					95%;
	clear:					both;
	margin-left:			auto;
	margin-right:			auto;
}

.column {
	float:					left;
	margin-top:				1em;
}

.single  .column {
	width:					100%;
}

.double .column {
	width:					49%;
}

.triple .column {
	width:					32%;
}