@charset "utf-8";
/* CSS Document */

html,body,img{
	margin: 0;
	padding: 0;
}

body{
	background: url(exports/background.jpg) center top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
}

h1,h2,h3,h4,h5{
	color: #8f2e01;
}

img{
	display: block;
	border: none;
}

a{
	color: #8f2e01;
	text-decoration: none;
}

p{
	margin-top: 0px;
	padding-top: 0px;
}

p.caption a{
	color: blue;
}

ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

li{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

.quote{
	color: #c17c4b;
}
.quoteAuthor{
	margin-right: 60px;
	color: #c17c4b;
	text-align: right;
}
.quote,.quoteAuthor{
	font-size: 1.2em;
	font-weight: bold;
}

div#wrapper{
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

div#header{
	margin-bottom: 15px;
}

div#leftBody{
	width: 238px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8f2e01;
	padding: 5px;
}

div#leftBody img{
	margin: 30px 0;
}

div#rightBody{
	width: 512px;
	float: right;
}

div#footer{
	margin-top: 10px;
	font-size: 0.85em;
	text-align: center;
}

div#question{
	font-size: 16px;
}

div#question h4{
	color: #000000;
	margin-bottom: 0;
}

div#question li{
	margin: 0 0 10px 0;
}

div#answer p{
	font-size: 12px;
	margin: 0 0 5px 0;
}

div.hidden{
	visibility: hidden;
	height: 1px;
}

div.right{
	visibility: visible;
	height: auto;
}

div.wrong{
	visibility: visible;
	height: auto;
}

div.right h4{
	color: #009900;
}

div.wrong h4{
	color: #990000;
}

div.fixer{
	clear: both;
}

.nobottom{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.notop{
	margin-top: 0px;
	padding-top: 0px;
}