/* --- HEADER --- */
#global {
	text-align: left;
	width:850px;
	margin:0 auto 0 auto;
	position: relative;
	display: block;
	background: #FFFFFF;
}
div.header {
  position: relative;
  display: block;
  background-color: #0068a5;
  border-bottom: 1px #0068a5 solid;
  height: 45px;
}
div.header h1 {
  color: #FFF;
  text-align: center;
}
div.header .logo2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 97px;
	height: 44px;

}
div.header .flags {
  position: absolute;
  bottom: 2px;
  left: 0px;
}
div.header .flags a { margin-left: 0.5em; }

