/* dark header */
#header {
	position: relative;
	height: 105px;
	overflow: hidden;
	background: #006699 url(../images/header-bg.png) repeat-x;
}

#logo {
	position: absolute;
	top: 13px;
	left: 5px;
	display: block;
	width:350px;
	height: 88px;
	background: url(../images/ujlogo_exp.png) no-repeat;
}


