#account {
	margin: 10px 0 0 225px;
	width: 650px;
}
#sitemap {
	margin-top: 10px;
	width: 325px;
	padding: 0;
	float: left;
	line-height: 1.65em;
}
#sitemap ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.5em;
}
/* Footer */
#footer {
	position: absolute;
	top: 530px;
	left: 225px;
	color: #000;
	text-align: center;
	padding: 5px;
	font-size: .75em;
}
#footer a {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
}
#footer a:link {
	text-decoration: none;
	color: #BA5100;
}
#footer a:hover {
	color: #942700;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #942700;
}
