/*

	These rules apply only to the 'privacy-policy' page
	Most of the other rules inherited by 'privacy-policy' page are defined in inner-pages.css

******************************************************************************************* */


/* Introductory h1
-------------------------------------------------------------------------------------------- */
	h1 {
		width:313px;
		height:43px;
		margin-bottom:27px;
	}

	h1 span {
		background:url(images/privacy-policy/privacy-policy-h1-bg.jpg) no-repeat top left;
	}


/* Content div
-------------------------------------------------------------------------------------------- */
	div#content {
		padding-top:28px;
	}

	div#content h2 {
		font-family:georgia;
		font-weight:bold;
		font-size:14px;
		color:#ddbb88;
		margin:0;
		padding:0 0 5px 36px;
	}

	div#content p.last {
		width:722px;
		padding-right:30px;
	}
