@import url("/common/default.css");

@media screen {

/* page design styles */

	body {
		min-width: 900px;
		margin: 0;
		padding: 0;
		background-color: #eee;
		background-image: none;
	}
	
	h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		z-index: 5;
	}
	
	body > h1 { position: fixed; }

	#sidebar, #footer { display: none; }
	
	#content {
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
	}

	#brochureNav {
		position: absolute;
		top: 0;
		left: 0;
		min-height: 50px;
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0.5em 0 0.25em;
		border-bottom: 2px solid #000;
		background-color: #fff;
	}
	
	/* min-height for Internet Explorer */
	/*\*/
	* html #brochureNav { height: 50px; }
	/**/	

	#content > #brochureNav { position: fixed; }

	#brochureNav h2 {
		position: relative;
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	#brochureImage {
		margin: 7em 0 3em;
		border: 1px solid #000;
	}
	
}