#head {
		position: absolute;
		height: 125px;
		width: 100%;
		top: 0;
		left: 0;
		background: url(img/topbck.png);
		border-bottom: 2px solid #000;
}

	#people #head, #travel #head, #nature #head {
		height: 50px;
		background: url(img/topbckSM.png);		
}
	
	.ie6 #head, .ie6 .footerNAV {
		width: 101.5%;
}
	
	#logoMain, #logoMain a, #logoMain a:visited {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 125px;
		background: url(img/newLOGO.png) no-repeat center;
		text-decoration: none;
}

	#home #logoMain, #home #logoMain a, #home #logoMain a:visited {
		cursor: default;
}

	#people #logoMain, #people #logoMain a, #people #logoMain a:visited, #nature #logoMain, #nature #logoMain a, #nature #logoMain a:visited, #travel #logoMain, #travel #logoMain a, #travel #logoMain a:visited {
		width: 100%;
		height: 50px;
		background: url(img/newLOGOsm.png) no-repeat center;		
}
	
	#home .imgStage {
		width: 750px;
		height: 425px;
		margin: 145px auto 0;
}
	
	.ie #home .imgStage {
		position: relative;
		top: 145px;
}

	#travel .imgStage, #people .imgStage, #nature .imgStage {
		width: 750px;
		height: 550px;
		margin: 60px auto 0;
/*		border: 1px solid #333; */
}

	.ie #travel .imgStage, .ie #people .imgStage, .ie #nature .imgStage{
		position: relative;
		top: 60px;
}

	body#contact .imgStage {
		width: 750px;
		height: 475px;
		margin: 145px auto 0;	
		overflow: hidden;
}

	#concopy {
		font-family: Helvetica, Geneva, Arial, sans-serif;
		color: #bbb;
		width: 450px;
		font-weight: normal;
		line-height: 1.25em;		
}

	.ie body#contact .imgStage {
		position: relative;
		top: 145px;
}
	
	.footerNAV {
		position: absolute;
		z-index: 9;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: url(img/bttmbck.png) 0 1px black;
		overflow: hidden;
		border-top: 1px solid gray;
		font: .9em Helvetica, Arial, Geneva, sans-serif;
		color: #555;
}

/*	#home .footerNAV {
		opacity: .25;
}
	
	#home .footerNAV:hover {
		opacity: 1;
} */
	
	.footerNAV ul {
		position: relative;
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
}
	
	ul li {
		float: left;
}

	ul li.gal {
		margin: 10px 35px 0;
		color: #fff;
		opacity: .1;
		font-weight: bold;
}

ul li.su {
	
}

/*	ul li.conlink {
		border-left: 1px dotted #b3b3b3;
} */

	ul li a, ul li a:visited {
		display: block;
		text-decoration: none;
		padding: 9px 25px 19px;
		border-right: 1px solid #444;
		border-left: 1px solid #111;
		color: #999;
		text-shadow: #000 2px 2px 3px;
}
	
	ul li a:hover {
		background: #222;
		border-top: 3px solid #111;
		padding-top: 8px;
		color: #fff;				
}

	ul li a.1:hover {
		color: #fff;
		border-top: 3px solid #fff;
		padding-top: 6px;
}

	.footerNAV a.onpage, .footerNAV a.onpage:visited {
		color: #fff;
		cursor: default;
		background: #222;
		border-top: 3px solid #000;
		border-left: 2px solid #000;
		border-right: 1px solid #555;
		padding-top: 8px;
		padding-left: 25px;
		border-bottom: 2px solid #fff;	
}

	#copyR {
		position: absolute;
		left: 10px;
		bottom: 15px;
		font-size: .8em;
		color: #777;
		z-index: 10;
}

/* for the form */

form {
	position: relative; 
	top: -437px;
	left: 500px;
	width: 2255px;
}

.gecko form {
	top: -455px;
}

.win.gecko form {
	top: -419px;
}

.ie6 form {
	top: -435px;
}

form input.field, textarea.field {
	display: block;
	width: 225px;
	margin-top: 20px;
	background: #ccc;
	font-weight: bold;
	padding: 3px;
}

input.field:focus, textarea:focus {
	background: #fff;
}

textarea.field {
	margin-bottom: 20px;
}

#biopic {
	position: absolute;
	z-index: 0;
	left: 440px;
	top: 155px;
	width: 339px;
	height: 475px;
	background: url(img/contpict.jpg) no-repeat;
	opacity: .50;
	visibility: hidden;
}