.Header {
	position: relative;
	width: 100%;
	height: 95px;
	font-size: 12px;
}

.Header a:hover {
	color: White;
}

.Logo {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}

.ActionBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 636px;
	height: 95px;
	background-color: #8A8D95;
	color: #D5D7DD;
	font-weight: bold;
}

.ActionBox a {
	color: #D5D7DD;
	text-decoration: none;
}

.ActionLinks {
	position: absolute;
	top: 20px;
	left: 20px;
}

.LanguageLinks {
	position: absolute;
	top: 20px;
	right: 20px;
}

.SearchSection {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.SearchSection input {
	color: #D5D7DD;
	background-color: #8A8D95;
	border: solid 1px #D5D7DD;
	font-size: 13px;
}

.SearchSection .TextBox {
	width: 150px;
	margin-right: 10px;
}