* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: url(/img/strip.jpg) repeat-x;
}

a { color: #006600; }

ul { list-style-type: none; margin: 10px 0; }

li, p { line-height: 20px; }

p { margin: 6px 0 12px 0; }

small { font-size: 11px; text-transform: uppercase; color: #CCCCCC; }

/* global classes */
.highlight { color: #999900; }

.hide { display: none; }

/* raptor quiz */
#meat_and_potatoes { 
  width: 1000px;
  height: 1600px;
  margin: 0 auto;
  background: url(/img/header.jpg) no-repeat 0 0; 
  display: block;
  vertical-align: middle;
  
}

#header { 
	background: url(/img/header.jpg) no-repeat 0 0; 
	display: block;
	width: 632px; height: 350px;
}

#header img { vertical-align: middle;}


#rules {
	padding-top: 250px;
	padding-bottom:35px;
	text-align: center;
	margin: 0px 0;
	color:#FFFFFF;
	font-weight: bold;
}

#rules ul { 	color:#FFFFFF; margin: 0; }

.counter { font-size: 70px; color: #F9ED23; }

#questions {margin-bottom: 25px; }

.question h3 { display: inline; }

#questions li { color: #000000; margin-bottom: 15px; }

#questions a { color:#FFFFFF; cursor: pointer; font-size: 14px; }

#questions td h3 { font-size: 22px; }

#results h2 { 
	font-family: Times New Roman, Times, serif; 
	font-weight: bold; 
	margin: 0px auto; 
	font-size: 36px; 
	text-align: center; 
	border: 0px solid #efefef;
	padding-top: 300px;
	padding-bottom: 150px;
	width: 600px;
	color:#FFFFFF;
}

#results td { padding: 15px; }

#results p { text-align: center; }

#answers {
	margin: 0 auto;
	padding-top: 50px;
	width:800px;
}

#created_by { 
	border: 1px solid #efefef;
	bottom: 0px;
	text-align: center; 
	margin-top: 25px; 
	padding: 10px;
}