body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
body {
	background-color: #A7001D;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: 120%;
}
a.amenu:link, a.amenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.amenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main {
	background-color: #FFFFFF;
	width: 650px;
	padding: 10px;
	margin: 5% auto auto;
	top: 0px;
	left: 0px;
	position: relative;
}
#title {
	background-color: #434A44;
	height: 80px;
	width: 550px;
	padding: 10px;
	margin: 1px auto auto;
	z-index: 3;
	position: relative;
}
#menu {
	background-color: #A7001D;
	width: 100px;
	padding: 30px 10px;
	left: 10px;
	top: 90px;
	z-index: 2;
	position: absolute;
}
#photo {
	background-color: #FFFFFF;
	width: 200px;
	padding: 0px;
	left: 130px;
	top: 110px;
	height: 150px;
	z-index: 1;
	position: absolute;
}
#address {
	background-color: #434A44;
	padding: 35px 10px;
	left: 110px;
	top: 250px;
	z-index: 4;
	position: absolute;
	font-size: 90%;
	font-weight: bold;
}
#text {
	background-color: #A7001D;
	width: 310px;
	padding: 25px 15px;
	z-index: 5;
	position: relative;
	top: 30px;
	margin-top: 0px;
	margin-left: 315px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: 90%;
}
#foot {
	background-color: #FFFFFF;
	height: 75px;
	padding: 0px;
	width: 100%;
	position: relative;
	bottom: 0px;
	right: 0px;
}
