	#wrapper {
		width:960px;
		margin:0 auto;
	}

	#header {
		background-color:#ae1615;
		height: 45px;
	}

	#header h1 {
		text-align: center;
		padding-top: 10px
	}


	h1 {
		font-family: georgia,serif;
		font-size:20px;
		color:#fff;
		text-align: center;
		font-weight:normal;
	}

	h2 {
		font-family: 'Titillium Web', sans-serif;
		font-weight:700;
		font-size:48px;
		line-height:58px;
	}

	p {
		font-family:georgia, serif;
		font-size:18px;
		line-height:32px;
	}

	p.attribution {
		font-style:italic;
		text-align: right;
		font-size:16px;
	}

	p.center_p {
		text-align: center;
	}