body {
	background: url(images/wallpaper.jpg);
	text-align: center;
}

div#page {
	width: 720px;
	border-left: 2px gray solid;
	border-bottom: 2px gray solid;
	border-top: 3px white double;
	border-right: 3px white double;
	font-family: serif;
	font-size: 14px;
	color: black;
	background-color: white;
	background-image: url(images/vborderleaves.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

table#layout {
	vertical-align: top;
}

tr.textbuttons {
	background-image: url(images/logborder.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 24px;
	color: white;
}

tr.textbuttons a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
}

td#menu {
	width: 256px;
	vertical-align: top;
	background-color: #663300;
}

td#content {
	width: 564px;
	text-align: left;
}

div#title {
	text-align: center;
	margin-right: 48px;
	margin-left: 12px;
}

div#text {
	margin-right: 56px;
	margin-left: 12px;
	text-align: justify;
}

div.button {
	background-image: url(images/logborder.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 24px;
	width: 256px;
	text-align: center;
	border-left: 2px gray solid;
	border-bottom: 2px gray solid;
	border-top: 3px white double;
	border-right: 3px white double;
}

div.button a {
	color: white;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div.button a:hover {
	text-decoration: underline;
}

div#credits {
	color: black;
	text-align: right;
	margin-right: 48px;
}

div#text img {
	float: right;
	border: 2px brown solid;
	margin: 12px;
}

table#album {
	width: 348px;
	border: 2px green solid;
}

table#album img {
	float: none;
}

table#album td {
	padding: 8px;
}