/********************************/
/*     STRUCTURAL CONTAINER     */
/********************************/
#page {
	margin-top: 10px;
	padding-top: 100px;
	width: 796px;
	background: url(../images/i4nr-page-rpt.png) top left repeat-y;
}
	#page #titlePanel {
		position: absolute;
		top: 100px;
		left: 190px;
		width: 893px;
		height: 196px;
		background: url('../images/i4nr-head-about.png') no-repeat left top;
    bottom: 605px;
}
		#page #titlePanel h1 {
			margin: 0;
			padding: 15px 0 0 100px;
		}
		#page #titlePanel p {
			padding: 20px 0 0 90px;
			font-size: .8em;
		}
	#page h2 {
		padding-left: 90px;
	}
	#page .snapshot {
		height: 210px;
	}

