/* HEADER
------------------------------------------------------*/
#header{
	width:960px;
	height:80px;
	background: #000;
	background-repeat:no-repeat;
	background-position:left;
	margin:0px auto;
}
#flag{
	height:22px;
	font-size:11px;
	color:#525252;
	padding:7px 14px 0px 5px;
	background-color:#000000;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	float:right;
}
#flag a,#flag a:hover,#flag a:visited{
	color:#e1e1e1;
	margin:0px 0px 0px 5px;
	float:left;
}
.flag-class{
	margin:1px 0px 0px 12px;
	float:left;
}
#logo-wrapper{
	width:auto;
	float:left;
}
#logo{
	width:200px;
	margin:0px auto 0px 20px;
}
