body {
	color: #111111;
	background: #ffffff;
	background-image: url(images/farback.jpg);
	margin: 0px;
	/*background-repeat: repeat-x;*/
}

#layer1 {
	width: 100%;
  padding-top: 0px; /*Set to 1px if the layer2 div is removed*/
  margin-top: 0px;
	background-image: url(images/gradent_bars.png);
	background-repeat: repeat-x;
}

#layer2 {
	width: 100%;
	padding-top: 1px; 
  margin-top: 0px;
  background-image: url(images/texture_trans.png);
  /*background-image: url(images/texture_nontrans.jpg);*/
}


img {
	border: 0px;
}

h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

a:link { 
	color: #333344;
	text-decoration: none;
	}
a:visited { 
	color: #333344;
	text-decoration: none;
	}
a:hover { 
	color: #06c;
	text-decoration: none;
	}
a:active { 
	color: #333344;
	text-decoration: none;
	}


/*The main wrapper that holds all of the sites content 
and is centered in the browser*/
#wrapper {
	width: 780px;
	background: #dedede;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border: 1px solid #000;
	padding: 0px;
	/*position: relative;*/
}

#banner-bar {
	height: 150px;
	width: 780px;
	border-bottom: 1px solid #000;
	background-image: url(images/mainbanner.jpg);
	background-repeat: repeat;
}

#body-bar {
  float:left;
	width: 160px;
	background: #dedede;
	border-right: 0px solid #bbbbbb;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 40px;
	text-align: center;
}

#body-content {
  /*Move the body Content to the right so the sidebar will fit 
  position: relative;
  left: 290px;*/
  float:left;
	width: 548px;
	background: #dedede;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 1px solid #bbbbbb;
}



#body-footer {
	clear: both;
	width: 780px;
	height: 60px;
	border-top: 1px solid #000;
	background-image: url(images/bottomlogo.jpg);
	background-repeat: repeat;
}

#game-spot {
	width: 90%;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#game-page {
	width: 90%;
	padding: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#game-banner {
	text-align: center;
}

#hit-counter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: x-small;
}




/*For the mouseover buttons*/
.menu {
	background: #dedede;
  font-family: arial;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;

}

.menu li {
	display: inline;
}

.menu a {
	color: #000000;
	text-decoration: none;
	padding: 0 40px;
}

.menu a:hover {
	background: #d6d6e6;
}
/*End for mouseover buttons*/


