body {
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	}

table {
   width: 100%;
}

td {
   text-align:center;
}

a { text-decoration: none; }

.footer {
  width:100%;
  float:left;
  clear:both;
  text-align:center;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: small; 
}

#titlebar {
	background: #7f7fff;
	position: relative;
	height: 100px;
	margin-bottom: 15px; 
}

#titlename {
	font: 250% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top:0px;
	left:180px;
}

.cover { 
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	}


