div#footer {
	position: absolute;
	top: 550px;
	height: 12px;
	width: 760px;
	font-size: smaller;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}
body {
	font-family: "Century Schoolbook";
	background-color: White;
	color: Black;
}

div#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 156px;
	background-color: White;
	z-index: 1;
}

div#menu {
	position: absolute;
	top: 156px;
	left: 0px;
	width: 760px;
	height: 27px;
	background-color: White;
	z-index: 1;
	border-top-color: Black;
	border-top-style: none;
	border-top-width: thin;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

table.menu {
	text-align: center;
}

td.menu {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	font-weight: normal;
	text-decoration: underline;
	color: Black;
}

a.menu:link, a.menu:visited {
	color: Black;
	text-decoration: none;
}

img.photo {
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width:10px;
	border-right-color: White;
	border-right-style: solid;
	border-right-width: 10px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 10px;
}

