* 
	{
	margin: 0;
	padding: 0;
	}

.clear
	{
	clear: both;
	}
	
br
	{
	clear: both;
	}
	
img 
	{
	border: 0;
	}

body  
	{
	background: url(../img/bgd.gif) repeat-x #ffffff;
	}

#wrapper, #footer_wrapper
	{
	width: 900px;
	height: auto;
	margin: 0 auto;
	}
	
a
	{
	text-decoration: none;
	}
	
p
	{
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #313131;
	}
	
h1
	 { 
	 font: 22px/25px Arial, Helvetica, sans-serif;
	 color: #313131;
	 }
	
fieldset
	{
	border: 0;
	margin: 40px 30px 0 0;
	}
	
label
	{
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #770808;
	}
	

	
fieldset, #header, #header img, #header ul, #header li, #content, #fortune_cookie, #cracked, #internal, #internal li, #footer, #footer_wrapper p, #footer_wrapper img
	{
	position: relative;
	float: left;
	display: inline;
	}
	
#header
	{
	height: 154px;
	}
	
	
#header ul
	{
	list-style: none;
	list-style-type: none;
	margin: 58px 0 0 36px;
	}
	
#header li
	{
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	color: #444444;
	margin-right: 13px;
	}
	
#header a
	{
	color: #444444;
	text-transform: uppercase;
	}
	
#header a:hover
	{
	color: #770808;
	}
	
#content
	{
	width: 900px;
	margin-top: -40px;
	}
	
#fortune_cookie, #cracked, #internal
	{
	margin-left: 23px;
	}
	
#cracked
	{
	background: url(../img/rotten-fortune-cookie-cracked.jpg) no-repeat;
	width: 862px;
	height: 639px;
	}
	
#cracked h1
	{
	width: 760px;
	position: absolute;
	top: 252px;
	left: 50px;
	text-align: center; 
	}
	
#cracked a
	{
	position: absolute;
	top: 329px;
	left: 635px;
	font: bold 13px/13px Arial, Helvetica, sans-serif;
	color: #952c2c;
	text-decoration: underline;
	}
	
#cracked a:hover
	{
	color: #313131;
	}

#pager {
	float: left;
	color: #770808;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	}

#pager a {
	color: #770808;
	font-weight: bold;
	}

#internal
	{
	background: url(../img/bgd-internal.jpg) no-repeat;
	width: 862px;
	height: auto;
	padding: 50px 0 0 23px;
	}
	
#internal ul
	{
	list-style: none;
	list-style-type: none;
	}
	
#internal li
	{
	width: 33%;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	}
	
#internal a
	{
	color: #770808;
	}
	
#internal a:hover
	{
	color: ##313131;
	}
	
.form_field
	{
	width: 199px;
	}
	
.button_submit
	{
	margin: 20px 0 15px 0;
	}

#footer
	{
	background: url(../img/bgd_footer.gif) repeat-x #313131;
	width: 100%;
	height: 200px;
	margin-top: 65px;
	}
	
#footer_wrapper p
	{
	color: #eaeaea;
	margin: 33px 0 0 36px;
	}
	
#footer_wrapper a
	{
	color: #999898;
	}
	
#footer_wrapper a:hover
	{
	color: #cc0000;
	}
	
#footer_wrapper img
	{
	margin: 34px 0 0 8px;
	}
	
.good {
	color: #37c300;
	}
	
.bad {
	color: #ff0000;
	}

