.container {
	background-color: #533523;
	background-image:  url(eagles.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7B6146;
	border-left-color: #7B6146;
	text-align: left;
	width: 944px;
	overflow: visible;
	height: 900px;
	top: -2px;

}
body {
	margin: 0px;
	padding: 0px;
	background-color: #977757;
	color: #FCDEBE;
}
.floating {
	position: absolute;
	background-color: #371707;
	left: 556px;
	top: 110px;
	width: 375px;
	background-image: url(live-in-london.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	color: #FCDEBE;
	font-size: 100%;
	text-align: center;
	padding-top: 95px;
	vertical-align: top;
}
.floating P{
	width: 345px;
	text-align: center;
}

.floating TABLE{
	width: 345px;
	text-align: left;
}

.floating TD{
	width: 345px;
	vertical-align: top;
}

.album {
	left: 25px;
	top: 450px;
	position: absolute;
	width: 525px;
}
.album .leftalign{
	float: left;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
.smallprint {
	font-size: 75%;
}
.whitenormal {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
.yellowsmall {
	font-size: 80%;
}
.yellowlarge {
	font-size: 100%;
	font-weight: bold;
}
.yellownormal {
	font-size: 90%;
}A {
	color: #FFFFFF;
}

.whitelarge {

	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.error {
	color: #CC9999;
}