
#homepage_banner {
	position: absolute;
	left: 200px;
	top: 120px;
}

#homepage_wrapper {
	position: relative;
	left: 0px;
	top: 300px;
	background: url(/art/template/menu/menu-bg.jpg) repeat-y 0 150px;
	height: 300px;
	clear: all;
}

#homepage_content {
	margin-left: 200px;
	border: 1px solid white;
	height: 300px;
}

#executive {
	font-size: .9em;
	line-height: 1em;
}

#executive B {
	font-size: 1.1em;
}

#executive P {
	margin-bottom: .5em;
}

#executive IMG {
	margin: 0 8px 15px -5px;
}

#etfo_graphic
{
	margin-top: 130px;	
	_margin-top: 310px;
}

@media print {

	BODY {
		font-size: 1em;
	}

	#mainmenu, #logo, #mainmenu_bottom, #nav_bottom {
		display: none;
		}

	#screen {
		background: url(/art/template/print/print-header.jpg) no-repeat top left;
		padding-top: 100px;
		}

	#homepage_banner {
		left: 100px;
		top: 200px;
	}

	#homepage_wrapper {
		top: 350px;
		left: 100px;
		padding-top: 50px;
		background-image: none;
	}

	#homepage_content {
		margin: 0;
		width: 98%;
	}

}