h1 {
margin-top: .1em; 
margin-bottom: .1em;
font-family: arial;
}

#header {
width: 380px;
height: 200px;
margin-bottom: 20px;
}

#headerleft {
float: left;
display: inline;
width: 123px;
}

#headerright{
float: left;
display: inline;
width: 250px;
text-align: left;
padding-top: 80px;
}

a.pages:link  {
	text-decoration: underline;
	color: #000000;
	}
a.pages:visited {
	text-decoration: underline;
	color: #000000;
	}
a.pages:hover {
	text-decoration: underline;
	color: #000000;
	}
a.pages:active {
	text-decoration: underline;
	color: #000000;
	}