/* -- layout stuff -- */
* {
}
html, body {
	margin: 0;
}
body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;	
}
a{
	color: #00AEEF;
}
a:hover{
	color: #000;
}


/* == header == */
#skip, #languages, 
#search, #controls,
#navigation, #breadcrumb,
#readspeaker_button, #footernav,
#social
{
	display: none;
}
#header{
	position: relative;
	height: 140px;
	z-index: 1;
}
#logo{
}

/* == content == */
h1{
	font-size: 150%;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-weight: normal;
}
h2{
	font-size: 120%;
	color: #000;
}

/* == footer == */
#footer{
	font-size: 85%;
}
