.tagline {
	font-size: 24px;
	font-weight: normal;
	line-height; 24px;
}


/****************** Layout Components ***************************/
#content {
	overflow: auto;
	background-color: #F9FAED;
	padding: 30px 15px 30px 30px;
}

	#homeBanner {
		line-height: 1px;
	}

	#copy {
		width: 506px;
	}
	
	
	#ecobyte {
		margin: 1.8em 0em 0em 0em;
		
		float: right;
		
		font-size: 10px;
		line-height: 14px;
		
		cursor: pointer;
	}


#additionalInfo {
	float: right;
	color: #664733;
}
	#additionalInfo a {
		color: #664733;
		text-decoration: none;
	}

	#additionalInfo a:hover {
		text-decoration: underline;
	}



