#header
{
	background: url("../images/banner-blank.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #333333;
    height: 61px;
    overflow: hidden;
    text-align: center;
}
#header h1
{
    color: #FFFFFF;
    font-size: 40px;
    margin-top: 10px;
    text-shadow: -1px -1px 0 #1874A1, 1px 1px 0 #66CCFF;
}
#credits
{
	padding: 10px 20px 0;
	font-size: 14px;
	line-height: 18px;
}
#credits a
{
	font-weight: bold;
}
#credits h4
{
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 1opx 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#credits h5
{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
	padding: 5px 0;
	color: #777;
	background-color: #eee;
}
#credits h6
{
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	color: #777;
}
#credits p.credits
{
	text-align: center;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0 5px 10px;
}
#credits h4 a, #credits h4 a:hover
{
	color: #333;
}
.twocol
{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.threecol
{
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}
.fourcol
{
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
}

.credits-org
{
	background-color: #fff;
	border: 1px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#dev-current, #dev-original 
{
	width: 100%;
	overflow: hidden;
}
.credits-org { margin-bottom: 20px;}

.credits-eline { width: 500px; height: 700px; float: left; }
.credits-eline h4 { background: #ff8416; }

.credits-iop { width: 380px; height: 360px; float: right; }
.credits-iop h4 { background: #009bdf; }

.credits-grant { width: 380px; height: 110px; float: right; }
.credits-grant h4 { background: #C3BBA4; }

.credits-gamelab { width: 500px; height: 985px; float: left;}
.credits-gamelab h4 { background: #f9cf4c; }

.credits-aadl { width: 380px; height: 200px; float: right; }
.credits-aadl h4 { background: #d8d6b2; }

.credits-splash-1
{
	width: 380px;
	height: 318px;
	float: right;
	background: url('../images/templates/credits/credits-splash-1.jpg') left bottom no-repeat;
}
.credits-splash-2
{
	width: 380px;
	height: 630px;
	float: right;
	background: url('../images/templates/credits/credits-splash-2.jpg') left bottom no-repeat;
}