#headerBackground {
	background: #000000 url(../layout/page_top_bg.jpg) repeat-x center 0;
	height: 450px;
	display: block;
	border-bottom: 2px solid #222222;
}
#headerBackgroundwembley {
	background: #000000 url(../layout/page_top_bg_2018.jpg) repeat-x center 0;
	height: 450px;
	display: block;
	border-bottom: 2px solid #222222;
}
#headerBackgroundyellow {
	background: #000000 url(../layout/page_top_bg_yellow.jpg) repeat-x center 0;
	height: 450px;
	display: block;
	border-bottom: 2px solid #222222;
}
#headerBackgroundengland {
	background: #000000 url(../layout/page_top_bg_england.jpg) repeat-x center 0;
	height: 450px;
	display: block;
	border-bottom: 2px solid #222222;
}
#headerBackgroundbid {
	background: #000000 url(../layout/page_top_bid.jpg) repeat-x center 0;
	height: 450px;
	display: block;
	border-bottom: 2px solid #222222;
}

#headerTop {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#headerTitle {
	display: none;
}

#headerInfo {
	color: #FFFFFF;
	font-size: 1.0em;
	text-align: right;
	float: right;
	font-weight: bold;
	line-height: 20px;
	width: 520px;
	height: 53px;
	display: block;
	padding-top: 10px;
}

#headerInfo a {
	color: #55DDFF;
}

#headerContent {
	display: block;
	width: 780px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}



#headerMenu {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#headerMenu li {
	list-style: none;
	float: left;
	margin-left: 0px;
	padding-bottom: 0px;
	
}

#headerMenu li a, #headerMenu span {
	color: #55DDFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 193px;
	height: 25px;
	line-height: 25px;
	display: block;
	font-size: 1.0em;
	background-color: #222222;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
}

#headerMenu li a:hover, #headerMenu li a:active, #headerMenu span {
	color: #FFFFFF;
	background-color: #000000;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
}


