#page {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	min-height: 490px;
	background: url(../images/i4nr-HOME-textpanel-ext.png) top right no-repeat;
}
	#page h1.type1 {
		position: absolute;
		top: -20px;
		left: 500px;    /*  left: 540px; */
		z-index: 100;
	}
	#page h1.type3 {
		position: relative;
		margin: 0 0 -45px 500px;    /*  margin: 0 0 -45px 540px;  */
		z-index: 100;
	}
	#page .section {
		padding: 30px 0 0 550px;    /*  padding: 30px 0 0 590px;    */
	}
		#page .section p {
			font-size: .9em;
		}
		#page .section .twocol {
			float: left;
			width: 50%;
		}
			#page .section .twocol p {
				padding: 5px;
				font-size: .75em;
			}
	#page #countryList {
		position: absolute;
		bottom: 10px;
		left: 20px;
		width: 143px;
		height: 120px;
		background: url(../images/i4nr-HOME-countrylinks.png) top left no-repeat;/* WAS NOTHING */
		/*z-index: 1;*/
	}
		/*#page #countryList a {
			display: block;
			width: 143px;
			height: 120px;
			background: url(../images/i4nr-HOME-countrylinks.png) top left no-repeat;
		}*/

#stampNav {
	position: absolute;
	top: 3px;
	left: -40px; /* left: 0;    */
	width: 575px;
	height: 421px;
	background: url(../images/i4nr-HOME-passport.png) top left no-repeat;
	list-style: none;
	z-index: 10;
}
	#stampNav li a {
		position: absolute;
		display: block;
	}
	#stampNav li#stamp_africa a {
		top: 45px;
		right: 60px;
		width: 168px;
		height: 134px;
		background: url(../images/i4nr-HOME-stamp-Africa.png) top left no-repeat;
	}
	#stampNav li#stamp_africa a:hover {
		background-image: url(../images/i4nr-HOME-stamp-Africa-o.png);
	}
	#stampNav li#stamp_asia a {
		bottom: 30px;
		left: 130px;
		width: 128px;
		height: 127px;
		background: url(../images/i4nr-HOME-stamp-Asia.png) top left no-repeat;
	}
	#stampNav li#stamp_asia a:hover {
		background-image: url(../images/i4nr-HOME-stamp-Asia-o.png);
	}
	#stampNav li#stamp_europe a {
		top: 240px;
		right: 135px;
		width: 144px;
		height: 162px;
		background: url(../images/i4nr-HOME-stamp-Europe.png) top left no-repeat;
	}
	#stampNav li#stamp_europe a:hover {
		background-image: url(../images/i4nr-HOME-stamp-Europe-o.png);
	}
	#stampNav li#stamp_namerica a {
		top: 55px;
		left: 120px;
		width: 155px;
		height: 104px;
		background: url(../images/i4nr-HOME-stamp-NthAmerica.png) top left no-repeat;
	}
	#stampNav li#stamp_namerica a:hover {
		background-image: url(../images/i4nr-HOME-stamp-NthAmerica-o.png);
	}
	#stampNav li#stamp_oceania a {
		top: 140px;
		right: 10px;
		width: 178px;
		height: 131px;
		background: url(../images/i4nr-HOME-stamp-Oceania.png) top left no-repeat;
	}
	#stampNav li#stamp_oceania a:hover {
		background-image: url(../images/i4nr-HOME-stamp-Oceania-o.png);
	}
	#stampNav li#stamp_samerica a {
		top: 120px;
		left: 30px;
		width: 157px;
		height: 136px;
		background: url(../images/i4nr-HOME-stamp-SthAmerica.png) top left no-repeat;
	}
	#stampNav li#stamp_samerica a:hover {
		background-image: url(../images/i4nr-HOME-stamp-SthAmerica-o.png);
	}

#footer {
	margin: 5px 0 20px 0;
	padding-top: 10px;
	height: 60px;
	width: auto;
	background: url(../images/i4nr-HOME-foot-rpt.gif) top left repeat-x;
}
	#footer #footLogo {
		clear: left;
		float: left;
		margin-left: 170px;
		width: 107px;
		height: 48px;
		background: url(../images/i4nr-HOME-footerlogo.png) 0 center no-repeat;
	}
	#footer #footLinks,
	#footer #copyright {
		padding: 5px 0 0 0;
		float: right;
		height: auto;
		width: 950px;
		background: none;
	}
		#footer #footLinks li {
			margin: 0;
		}
	#footer #copyright {
		clear: right;
	}
