
/* PR Hill & Knowlton */

body {
	margin: 0 0 0 0;
	}

#header {
	margin:auto;
	width:992px;
	border-bottom: 8px solid white; 
	}
	
#body {
	margin:auto;
	width:992px;
	background-image:url(images/body.png);
	background-repeat:no-repeat;
	padding-top:417px;
	}
	
	
#txt {
	margin-left:110px;
	font-family: Myriad, Myriad PRO, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:35px;
	color: #333333;
	}

#footer {
	margin:auto;
	width:992px;
	border-top:1px dotted #CCCCCC;
	height:20px;	 
}

