/*
RESET
*/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	background: #ffffff;
}
body {
	color: #757575;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 20px;
}
::selection {
    background: #00A0D0;
    color: #ffffff;
}
::-moz-selection {
    background: #00A0D0;
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #555555;
	clear: both;
	font-weight: normal;
}
a {
	color: #00A0D0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	text-shadow: 1px 0 1px #00A0D0;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a#headline {
	color: #00A0D0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a#headline:hover {
	color: #000000;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a#small {
	color: #9f9f9f;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a#small:hover {
	color: #000000;
	background-color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p {
margin-bottom: 3px;
}
hr {
	width:300px;
	color: #eaeaea;
  	text-align:center;
  	height:1px;
  	border-width:0;
  	background-color:#eaeaea;
}
a img {
	border: none;
}


/*
LAYOUT: One column, no sidebar
*/
div#content {
	margin: 0 auto;
	width: 800px;
}
div#header {
	background-image: url(header.png);
	background-repeat: no-repeat; 
	width: 800px;
	float:left;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 40px;
	margin-top: 60px;
}
div#questions {
	width: 800px;
	float:left;
	padding-left: 0;
	padding-bottom: 25px;
	padding-right: 0;
	padding-top: 50px;
}
div#faces {
	width: 400px;
	float:left;
	padding-left: 0;
	margin-bottom: 20px;
	padding-right: 0;
	margin-top: 20px;
}
div#answers {
	width: 800px;
	float:left;
	padding-left: 0;
	padding-bottom: 25px;
	padding-right: 0;
	padding-top: 25px;
	margin-bottom: 25px;

}

/*
FONTS
*/

h1{
	font-size: 60px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 35px;
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow: 1px 0 1px #ffffff;
	}
h3 {
	font-family: Georgia;
}
h6 {
	text-align: right;
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}