@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

a, a img {
	border: 0;
	outline:none;
}

object{
	outline:none;	
}

.noUnderline, .noUnderline:hover{
	text-decoration:none !important;
}


html, body{
	background:#e1e2e4;
}

body {
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align: center;
	background-image:url(../img/bg-grad.gif);
	background-repeat:repeat-x;
}

.clearBoth{
	height:0px;
	display:block;
	clear:both;
}

p {
	margin:0;
	padding:0 0 1.1em 0;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#753e00;
}

a:hover {
	text-decoration:underline;
}

#wrapper{
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	width:980px;
	height:760px;
	margin:0 auto;
}

#gameOuter{
	width:800px;
	height:600px;
	margin:0 auto;
}


#game{
	width:800px;
	height:600px;
	margin:0 auto;
	background-image:url(../img/no-flash-bg.jpg);
	color:#753e00;
	font-size:1.1em;
}

#game p{
	padding-top:50px;	
}

#footer{
	width:980px;
	height:160px;
	clear:both;
	margin-top:60px;
	color:#753e00;
	font-size:1.1em;
}

ul#footerNav {
	list-style-type:none;
	width:680px;
	margin:0;
	padding:0 0 0 10px;
	float:left;
}
ul#footerNav li {
	float:left;
	display:block;
	font-weight:normal;
	color:#753e00;
	padding:0 5px;
	background:url(../img/footernav-separator.gif) right top no-repeat;

}
ul#footerNav li a {
	font-weight:normal;
	color:#753e00;
}
ul#footerNav li.lastNavItem {
	background:none;
}
ul#footerNav li.lastNavItem a {
	background:none;
}
	
#footer p.charityNumber {
	padding:0 15px 0 0;
	float:right;
}
#footerLeft{
	width:620px;
	float:left;
	text-align:left;
}

#footerRight{
	width:360px;
	float:right;
	text-align:right;
}



