.header
	{
	position: absolute;
	float: left;
	width: 100%;
	display: inline;
	height: 180px;
	}
.left
  {
  float: left;
	display: inline;
  padding: 5px;
	}
.center
  {
  position: absolute;
	display: inline;
  width: 60%;
  font-family: Bookman Old Style;
  font-size: 250%;
  font-weight: lighter;
  text-align: center;
  }
.right
  {
	position: absolute;
	display: inline;
  left: 70%;
  }
div.bar
  {
	position: absolute;
	float: left;
	width: 100%;
	bottom: 0%;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #F3F2E1;
	}
div.sel
  {
	display: inline;
	}
a
  {
 	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid gray;
	font-family: Bookman Old Style;
  font-size: 90%;
	}
a.l
  {
 	border-left: 1px solid gray;
	}
