img {
	border: none;
}

a {
	text-decoration: none;
	color: navy;
	border: none;
}

a:hover {
	color: blue;
	text-decoration: 	underline;

}

span.bencurthoys {
	font-family: bencurthoys, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

div#home {
	position:absolute;
	top: 20px;
	left: 100%;
	margin-left: -40px;
	margin-top: 0px;
}

div#title {
	position:absolute;
	top: 20px;
	left: 20px;
}

div#body {
	position:absolute;
	left:10%;
	top:10%;
	width: 80%;
	height: 75%;
	padding: 15px;

	border: solid thin black;
	font-family: arial;
	font-size: 	small;
	overflow: auto;
}

div#footer {
	position:absolute;
	top: 100%;
	margin-top: -25px;
	height: 20px;
	left: 20px;
}


table {
	background-color: #dddddd;
	width:100%;
}

td {
	vertical-align:top;
	padding: 3px;
	background-color: #f8f8f8;
	font-size: 	small;
}
