/* hist.css - history page styles */

/* page title */
h1
{
	text-align: center;
	margin: 12px 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: rgb(153,0,0);
}

/* all table columns */
td
{
	vertical-align: top;
}

/* paragraph one */
#pg1
{
	margin: 6px 80px 0 30px;
	padding: 10px 40px 40px 90px;
	background: url(images/token.jpg) no-repeat left center;
}

/* paragraph two */
#pg2
{
	margin: 10px 40px 0 20px;
	padding: 0 80px 50px 10px;
	background: url(images/kl_bos.jpg) no-repeat right top;
}

/* paragraph three */
#pg3
{
	margin: 0 60px 0 30px;
}

/* comments paragraph */
#comments
{
	padding-top: 10px;
}

/* closing text */
#closing
{
	clear: both;
	margin: 14px 0 0 120px;
	font-weight: bold;
	line-height: 130%;
	color: rgb(153,0,0);
}

/* Paul Revere image */
#pr
{
	float: left;
	width: auto;
	margin: -40px 0 0 20px;
}

/* old sign image */
#old_sign
{
	float: right;
	width: auto;
	margin: -60px 40px 0 0;
}

