body  {
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 16px/24px Georgia, serif;
	color: #333;
	background: #c70023 url(images/bg.png) repeat-x;
}

/* Reset Rules
------------------------------- */

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

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}
/* Layout Rules
------------------------------- */

#container  {
	width: 960px;
	margin: 40px auto 0 auto;
}

/* Content Rules
------------------------------- */

#content {
	float: left;
	width: 600px;
 	text-align: center;
	_padding: 40px 0 0 0; 
}

div.part {
	width: 470px;
	margin: 0px auto;
 	text-align: left;
}
#content p {
	margin: 30px 15px;
}

hr {
	width: 550px;
	margin: 0 auto;
	border: none; border-bottom: 1px solid #ccc;
	*height: 1px;
}

/* Header Rules
------------------------------- */
#header {
	padding: 20px 0 30px 0;
	background: #efefef;
}

#header-img {
	margin-top: -65px;
	margin-bottom: 25px;
	position: relative; 
}

#header small {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.2em;
}

#header small a {
	text-decoration: underline;
}

/* Main Rules
------------------------------- */

#main {
	margin-top: 5px;
	padding-bottom: 120px;
	background: #efefef;
	height: 400px;
}

#main p {
	line-height: 1.7em;
}

#main h3 {
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2em;
}

#main .score {
	margin: 40px 0;
	line-height: 2em;
}

.score p {
	padding-left: 70px;
	*padding: 0 0 45px 70px;
}

.score .big_num {
	color: #c70023;
	font-size: 140px;
}

.score .small_num {
	padding-left: 20px;
	font-size: 18px;
	color:  #c3c3c3;
}

p.results {
	padding: 0 40px;
	color: #c70023;
	font-style: italic;
}

/* Sidebar Rules
------------------------------- */

#sidebar {
	float: right;
	width: 310px;
	text-align: center;
	_padding: 40px 0 0 0;
}

#sidebar img.book {
	margin-top: -20px;
}

#sidebar a {
	color: #efefef;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar #nav {
	margin: 20px 0 10px 0;
}

#sidebar #nav li, #book {
	padding: 6px 10px;
	font-size: 18px;
	word-spacing: .2em;
	letter-spacing: .05em;
	line-height: 1.3em;
}

#book a {
	text-decoration: none;
}

#sidebar #nav li.first {
	border-top: 1px solid #9F0A23;
}

#sidebar #epulp {
	margin-bottom: 10px;
}




#social {
	font-size: 14px;
	font-style: italic;
}

#social p {
	margin-bottom: 10px;
}

#social img {
	padding-bottom: 4px;
}

/* Footer Rules
------------------------------- */

#footer {
	clear: both;
	height: 250px;
	margin: 30px 0 0 30px;
}







div.answer, div.answerb {
	padding:8px;
	margin:8px;
	font-size:15px;
	line-height:1.5em;
/*	background:url(images/ans_bck.gif) repeat-y; */
	background-color: white;
	cursor:pointer;
}

div.answer:hover, div.answerb:hover {
	background:#f9edc5;
}

div.answer input, div.answerb input {
	display:none;
}

li.checked_y {
	background:url(images/checkbox_on.gif) no-repeat;
	list-style:none;
	padding-left:22px;
	cursor:pointer;
}

li.checked_n {
	background:url(images/checkbox.gif) no-repeat;
	list-style:none;
	padding-left:22px;
	cursor:pointer;
}

div#yesButton {
	font-size:28px;
	width:100px;
	float:right;
	padding:8px;
	margin:8px;
	background-color:#faf6e8;
	cursor:pointer;
	text-align:center;
}
div#yesButton:hover {
	background-color:#aee991;
}
div#noButton {
	font-size:28px;
	width:100px;
	float:right;
	padding:8px;
	margin:8px;
	background-color:#faf6e8;
	cursor:pointer;
	text-align:center;
}
div#noButton:hover {
	background-color:#e47d78;
}

div#continueButton {
	font-size:28px;
	width:140px;
	float:right;
	padding:8px;
	margin:8px;
	background-color:white;
	cursor:pointer;
	text-align:center;
}
div#continueButton:hover {
	background-color:#aee991;
}

div#clevertext {
	font-size:16px;
	line-height:1.5em;
	text-align:left;
	padding:12px;
	color:#1964d5;
	background:url(images/def_bck.gif) repeat-x;
	border-top:1px solid #dad4ca;
}

div#clevertext div {
	margin-bottom: 16px;
}

div.scorehilite {
	background-color:#aee991;
}
#brasshole {
	position: absolute; 
	top: 95px; 
	left: 80px; 
	font-size: 18pt;
}