@charset "UTF-8";

div#content { position: relative; }

p
{
	color: #6d6d6d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	width: 515px;
}
	p.one
	{
		padding-top: 17px;
		text-align: left;
	}
	p.two
	{
		letter-spacing: 3px;
		padding-top: 8px;
		text-align: right;
		text-transform: uppercase;
	}

.red { color: #a01e21; }

div#kicker
{
	background-image: url("/images/kicker.jpg");
	background-repeat: no-repeat;
	bottom: 7px;
	color: #000;
	height: 42px;
	padding: 38px 0 8px 75px;
	position: absolute;
	right: 16px;
	width: 160px;
} * html div#kicker { bottom: -3px; }
	div#kicker h2
	{
		font-size: 11px;
		font-weight: normal;
		letter-spacing: -1px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	div#kicker p 
	{
		font-size: 10px;
		font-style: italic;
		width: auto;
	}