/* textContent-v1.css - for photoweb / lisawalker */

/* we don't display the header on this page */
#headerCtn {
	display:none;
}

.contentCtn {
	position:absolute;
	top:40px;
	left:38%;
	margin:0 5% 0 0;
	color:#D8D7CD;
	font:1em "Palatino Linotype", Palatino, "Lucida Sans Unicode", "DejaVu Serif", Verdana , sans-serif;
}

.contentHead {
	padding:0;
	margin:20px 0 0 0;
	color:#95764B;
	font:1.1em "Palatino Linotype", Palatino, "Lucida Sans Unicode", "DejaVu Serif", Verdana , sans-serif;
}

.photoCtn {
	height:300px;
	overflow:hidden;
}
