	#wrapper {
		width:960px;
		margin:0 auto;
		/*border: 1px solid #000;*/
	}

	#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
	}
	/*FOR SINGLE LINE DNA LOGO*/
	/*h1 {
		text-indent: -9999px;
		background: url(../img/single-line-dna.png) no-repeat 0 0;
		height:50px;
	}*/

	/*FOR DUAL LINE DNA LOGO*/
	/*h1 {
	background: url(../img/header.png) no-repeat 0 0;
	text-indent:-9999px;
	height:72px;
	}*/

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

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

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