/*
	Page
------------------------------------------------*/

#page {
	clear: both;
}

#primary {
	float: left;
	width: 563px;
	margin-top: 20px;
	margin-left: 7px;
}

	#primary h2 {
		margin: 5px 0 20px 0;
		font-size: .9em;
		text-transform: uppercase;
	}

#secondary {
	float: right;
	width: 175px;

}

	#secondary p {
		margin: 0 0 10px 0;
		padding: 15px 0 15px 15px;
		background: url('/images/block5-bg.jpg') no-repeat;
	}

	#newsletter-form {
		width: 175px;
		height: 70px;
		padding-top: 1px;
		background: url('../images/box-175x70.jpg') no-repeat;
	}

		#newsletter-form fieldset {
			padding: 13px 15px 15px;
		}

			#newsletter-form label {
				font-size: .9em;
				text-transform: uppercase;
			}

			#newsletter-form input {
				margin-top: 5px;
			}

			#get-newsletter {
				margin-right: 5px;
			}

	#banners {
		margin: 30px 0;
		text-align: center;
	}

		#banners a,
		#banners object {
			display: block;
			margin: 10px auto;
		}
