/* Style sheet for pages from 2005 GPS applications brochure */

#breadcrumb {
	background: #fff;
	opacity: .75;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	z-index: 10;
	}

#splash {
	width: 900px;
	height: 250px;
	background: #47a;
	position: relative;
	}
	h1 {
		position: absolute;
		width: 900px;
		top: 100px;
		left: 0;
		color: #fff;
		text-shadow: 2px 1px 2px #000;
		text-align: center;
		z-index: 10;
		margin: 0;
		padding: 0;
		}
	#splash img {
		position: absolute; 
		width: 900px; 
		height: 250px;
		top: 0; 
		left: 0;
		}
	
#content,
#actionbar {
	margin-top: 20px;
	}

#column-left {
	width: 60%;
	margin-top: 0;
	float: left;
	}
		
#column-right {
	width: 35%;
	margin-top: 0;
	float: right;
	}