/*
*	OnWired, LLC: Web Design and Development (onwired.com)
*	Designed by Sean Baker (sean@onwired.com)
*	Coded by Brett Buddin (brett@onwired.com)
*/

div#middle-outer {
	position: relative;
	background-color: #aabbdd;
	border-top: 2px solid #9babca;
	border-bottom: 2px solid #9babca;
}
div#middle {
	background: transparent url('../images/middle-bg.gif') no-repeat;
	position: relative;
	margin: 0 auto;
	width: 960px;
}
div#middle-inner {
	padding: 36px 36px 10px;
}
	div#middle h1 {
		background: transparent url('../images/headers/amateurs.png') no-repeat;
		width: 535px;
		height: 90px;
		text-indent: -999px;
		margin-bottom: 9px;
	}
	div#middle p {
		color: #fff;
		width: 550px;
		line-height: 2.2;
		font-size: 120%;
		margin-bottom: 9px;
	}
	a#try-newsbeat, a#view-features {
		display: block;
		width: 242px;
		height: 58px;
		text-indent: -9999px;
		float: left;
	}
	a#try-newsbeat {
		background: transparent url('../images/try-newsbeat.png') no-repeat;
		margin-right: 20px;
	}
	a#view-features {
		background: transparent url('../images/view-features.png') no-repeat;
	}
	div#icon {
		background: transparent url('../images/icon.png') no-repeat;
		position: absolute;
		top: 6px;
		right: 50px;
		width: 285px;
		height: 313px;
	}
	
	
div#bottom-outer {
	width: 960px;
	margin: 0 auto;
}
div#bottom {
	padding: 35px 35px 15px;
	background: transparent url('../images/bottom-bg-repeat.gif') repeat-y center;
}
	div.column {
		float: left;
		width: 260px;
		margin: 0 54px 25px 0;
	}
	div#bottom div.last {
		margin-right: 0;
	}

	div#measure h2, div#send h2, div#create h2 {
		height: 28px;
		text-indent: -9999px;
		margin-bottom: 15px;
	}
	div#measure h2 {
		background: transparent url('../images/sub-headers/measure.gif') no-repeat;
		width: 148px;
	}
	div#send h2 {
		background: transparent url('../images/sub-headers/send.gif') no-repeat;
		width: 86px;
	}
	div#create h2 {
		background: transparent url('../images/sub-headers/create.gif') no-repeat;
		width: 113px;
	}
	img.with-backing {
		display: block;
		background: transparent url('../images/image-backing.gif') no-repeat;
		padding: 10px;
		margin-bottom: 15px;
	}
	
div#bottom-cap {
	background: transparent url('../images/bottom-bg-cap.gif') no-repeat center;
	height: 3px;
	margin: 0 auto;
}