@charset "utf-8";
/* CSS Document */

div#flash {
	position: absolute;
	top: -290px;
	left: 0px;
	width: 8500px;
	height: 255px;
	background: transparent;
}
div#sidebar {
	height: 530px;
}
div#sidebar ul {
	list-style: disc;
	padding: 5px 0 0 20px;
}
div#sidebar img {
	padding: 10px 0 0 0;
}
div#content {
	height: 530px;
}
div#content p {
	font-size: 16px;
	line-height: 19px;
}
p.signature {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 20px 0 0 0;
	background: url(/images/dr_archibald_and_team.png) no-repeat;
	text-indent: -9999px;
}

