div#mainContent{
	background: none;
}
div#header{
	width: 941px;
	height: 260px;
	background-color: #00b4ba;
	margin-left: 13px;
	position: relative;
	font-size: 14px;
}

div#header span#breadCrumbs{
	position: absolute;
	top: 9px;
	left: 11px;
}

div#header span#breadCrumbs a{
	font-size: 12px;
	font-family: arial,Helvetica,sans-serif;
}
div#header span#breadCrumbs a.lastCrumb{
	color: #000;
}
div#header span#breadCrumbs a:hover{
	color:#000;
}

div#header div#headerText{
	overflow: hidden;
	position: absolute;
	width: 575px;
	top: 45px;
	left:36px;
}
h1#headerTitle{
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #000;
}
div#beam{
	width: 950px;
	height: 111px;
	background: url(/gfx/main/beam.jpg) no-repeat;
	margin-left: 4px;
	position: relative;
}
div#beam a{
	font-size: 14px;
	display: block;
	position: absolute;
	white-space: nowrap;
}
div#beam a:hover{
	color: #000;
}