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

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	background-image: url(../images/bkg_grad.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	color: #333;
	line-height: 20px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

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

a:hover {
	color:#666;
}

a img{
	border: 0;
}

#container {
	width: 960px;
	background-image: url(../images/Scare_Game.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: solid 1px #ccc;
}

#content {
	width: 520px;
	float: right;
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: left;
	padding-right: 10px;
}

#ads {
	width: 960px;
	height: 60px;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#ads a {
	float: left;
}

#menu {
	clear:both;
	height: 100px;
}

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

#menu a {
	display: block;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#menu a:hover {
	color: #333;
}

#menu li{
	float: left;
	margin-left: 25px;
}

#menu .first{
	float: left;
	margin-left: 0;
}

#menu li ul {
	position: absolute;
	width: 5.5em;
	left: -999em;
}

#menu li ul li {
	margin-left: 0;
}

#menu li:hover ul {
	left: auto;
}

#gallery a{
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 6px;	
}

.donate{
	width: 189px;
	height: 68px;
	background-image: url(../images/donate_up.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto; 
	margin-top: 50px;
}


.donate:hover{
	background-image: url(../images/donate_over.jpg);
	background-repeat: no-repeat;
}

form input{
	margin: 0 auto;
	}


