/*CSS for Week 6 Assignment
Sheila Hart-Fowler */

* {margin: 0;
padding: 0}

body {font-family: "gill sans", verdana, sans-serif;	
	font-size: 1em;
	font-weight: normal;
	line-height: 125%;
	color: black;
	width: 1116px;
	background-color: #fca11f;
	margin: 30px;}
	
h1 {font-family: garamond, baskerville, serif;
	font-size: 2em;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing:.5em;
	color: white;
	text-align: center;
	padding-bottom: 1.5em;}
	
h2 {font-family: garamond, baskerville, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: center;
	padding-bottom: 1em;}

#wrapper1, #wrapper2, #wrapper3 {width: 1116px;
	height: 450px;
	padding-top: 1em;}
	
p {text-align: center;
	width: 372px;
	height: 350px;
	float: left;
	font-size: .8em;
	line-height: 125%;
	padding-bottom: 3em;}
	
img {border: 6px double white;}

.choice {color: white;
	background-color: black;}