#header {
	margin:5px auto;
	width:778px;
	height:205px;
	background:url(../images/header.png) no-repeat;
	padding:0;
	position: relative;
	
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	
}
.dock-container {
	position: absolute;
	height: 50px;
	
	padding-left: 20px;
	
}
a.dock-item {
	display: block;
	width: 40px;
	color: #D5D5D5;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}