body {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 11px/16px Verdana,Arial,sans-serif;
	color: #000;
	text-align: left;
/*	background-image: url(../images/greybg.gif);*/
/*	background-repeat: repeat-x;*/
}

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a {
	outline:none;
}

img {
	border: 0;
}

#header {
	position:relative;
	height:72px;
	width:1000px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	color:black;
	text-align:right;
}

/* for Internet Explorer */
/*\*/
* html #header {
	float:left;
	display:inline;
}
/**/


#brand {
	position:relative;
	float:left;
	width:288px;
	margin-left:40px;
	margin-top:23px;
	text-align: left;
	display:inline;
}

#navigation {
	position:relative;
	float:left;
	width:396px;
	margin-top:23px;
	margin-right:40px;
	text-align: right;
	display:inline;
}

#language {
	position:relative;
	float:left;
	width:100px;
	margin-top:23px;
	text-align: left;
	display:inline;
}

#header a,
#years a {
	text-decoration:none;
	color: #999;
}

#header a:hover,
#years a:hover {
	text-decoration: underline;
}

#years {
	position:relative;
	margin-top:9px;
	width:92%;
	font-size:11px;
	color:#000;
	text-align:right;
}











