@charset "utf-8";
/* CSS Document */

#PageWrapper
{
	display: block;
	width: 920px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#PageWrapper #HeaderArea
{
	display: block;
	width: 920px;
	padding: 40px 0 0px 0;
	clear: both;
}
	#PageWrapper #HeaderArea img,
	#PageWrapper #ContentArea .bottomItems img,
	#PageWrapper #ContentArea .bottomItems .cancel { float: left; border: none; display: block;}

#PageWrapper #PromoArea
{
	display: block;
	float: left;
	width: 532px;
	padding: 0 0 0 0px;
}
#PageWrapper #ContentArea
{
	display: block;
	float: left;
	width: 388px;
}

#PageWrapper #ContentArea .bottomItems
{
	display: block;
	width: 388px;
	padding: 0px 0 0px 0;
}

	#PageWrapper #ContentArea .bottomItems img.tca { padding: 0 10px 0 10px; }
	#PageWrapper #ContentArea .bottomItems img.satisfaction { padding: 0 12px 0 0px; }
	#PageWrapper #ContentArea .bottomItems .copy
	{
		display: block;
		float: left;
		width: auto;
		padding: 14px 0 0 0;
		text-align: left;
		font-size: 11px;	
		color: #333333;
	}
	
#PageWrapper #ContentArea .copyArea
{
	display: block;
	padding: 6px 0 0 6px;
	width: 382px;
}	

	#PageWrapper #ContentArea .copyArea img.title { 	
		display: block;
		padding: 0 0 2px 0; 
	}
	#PageWrapper #ContentArea .copyArea p
	{
		margin: 0;
		padding: 0 0 8px 0;	
		color: #221e1f;
	}
	