/* CSS Document */
@import "THI-base.css";

#container #header {
	padding-left: 50px;
		width: 740px;
}

#container #header #mainPhoto {
	background-color: #789B75;
	padding: 15px;
	position: absolute;
	left: 625px;
	top: 10px;
	z-index: 40;
}

#container #header #mainPhoto #photoFrame {
	z-index: 45;
	position: absolute;
	left: 4px;
	top: 8px;
}

#container #textFlow {
	float: right;
	height: 95px;
	width: 320px;
	position: static;
	z-index: 30;

	background-repeat: no-repeat;
}
#container #MainContent #textFlow #textCover {
	position: fixed;
	z-index: 32;
}
