html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

body {
	font: 100.01%/1.5 Arial, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
	background: transparent;
}


table, #spalla {
	font-size: 0.83em;
}





#header {
	width: 100%;
	background: #da6a0a url("img/banner.png") no-repeat 0 0;
	height: 123px;
	color: #fff;
}

#header h1 {
	position: absolute;
	top: -1000em;
}


#spalla {
   width: 90%;
   margin: 0 auto;
   padding-top: 20px;
}

#spalla #title {
	background: #da6a0a;
	color: #fff;
	font: 1.8em "Arial Black", Arial, sans-serif;
	text-transform: uppercase;
	display: inline;
}

#spalla h2 {
	font: 3em Georgia, serif;
	margin: 0;
	padding: 10px 0 5px 0;
}

#spalla p {
	margin: 0;
	font: 110% Georgia, serif;
}

#spalla p.first {
	padding-bottom: 15px;
	font-weight: bold;
}

#spalla p.first span {
	margin: 0;
	font: 4em "Arial Black", Arial, sans-serif;
	float: left;
	line-height: 0.8em;
}

table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

th span.hidden {
	position: absolute;
	top: -1000em;
}

th, td {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

th p, td p {
	margin: 0;
	padding: 10px 5px;
}

td {
	border-right: 2px dotted #fff;
	background-image: url("img/quotes.gif");
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

p.img {
	margin: 0;
	padding-top: 10px;
}

p.img img {
	display: block;
	margin: 0;
}

p.img img.me {
	border: 1px solid #000;
}

div.author {
	margin-right: 3px;
}

div.author h3 {
	margin: 0 0 3px 0;
	font: 1.4em "Arial Black", Arial, sans-serif;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #d00;
}

div.author p {
	margin: 0;
	padding: 0;
}

div.author p img {
	float: left;
	margin: 0;
	padding: 3px 3px 0 0;
}

div.author p a, td p a {
	font-style: italic;
}

tr.row-1 {
	background: #f1cb8f;
	color: #000;
}

tr.row-2 {
	background: #f3d9ac;
	color: #000;
}

th.question-1 {
	background: #da6a0a;
	color: #fff;
	font-size: 1.4em;
}

th.question-2 {
	background: #e3881d;
	color: #fff;
	font-size: 1.4em;
}

td.last {
	border-right: none;
}

#footer {
	margin-top: 20px;
	width: 100%;
	background: #da6a0a url("img/footer.png") no-repeat 0 0;
	height: 92px;
	color: #fff;
}

#footer p {
	position: absolute;
	top: -1000em;
}




