@charset "utf-8";

* {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #658A3C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}		
#container h1  {
	font-size: large;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #658A3C;
}



body {
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#container {
	width: 855px;
	margin-left:100px;
	margin-top:0px;
	clear: left;
	background-color: white;
}

#header {
	clear: left;
	height: 96px;
}

#logo {
	clear: left;
	width: 130px;
	float: left;
}
#navigator {
	padding: 10px 0px 10px 5px;
	height: 15px;
	width: 850px;
	clear: left;
	float: left;
}

#expositor {
	width:650px;
	float:left;
	clear:left;
	padding-top:30px;
	padding-left:30px;
	padding-bottom: 30px;
	padding-right: 30px;
	
}
#gamecontainer {
	width:700px;
	height:500px;
	padding-left: 5px;
	text-align: center;
	float: left;
}
#instructions {
	background-repeat:no-repeat;
	color:white;
	width:850px;
	padding: 10px 0px 5px 5px;
	clear:left;
	float:left;
}

#howtoplay {
	padding: 10px 0px 5px 30px;
	width:700px;
	height:80px;
	float:left;
	clear:left;
	background-image: url(images/box01.jpg);
	background-repeat: no-repeat;
	margin-left: 70px;
}

#gameslist {
	padding: 10px 0px 5px 0px;
	width:700px;
	float:left;
	clear:left;
	margin-left: 5px;
	text-align: center;
	background-color: white;
}

#comments {
	padding: 10px 0px 5px 0px;
	width:700px;
	float:left;
	clear:left;
	margin-left: 5px;
	text-align: center;
	background-color: white;
	
}



#footer {
	width: 856px;
	margin-top:5px;
	clear: both;
	float: left;
	background-image: url(images/footer.jpg);
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 200px;
}
#footer p {
	padding: 10px 10px 10px 10px;
	text-align:center;
	color:black;
	background-color: white;
}
	
	
/* ---- Adsense positioning -------*/
#adsensetop {
	position:absolute;
	left:468px;
	text-align:right;
	top:8px;
	width:485px;
	height:73px;
	z-index:1;
}

#adsenseright {
	width:150px;
	heigth:600px;
	float:right;
	clear: right;
}
#container #adsenseright p {
	font-size: small;
	padding: 10px;
}
#container #adsenseright h2 {
	font-size: medium;
	padding: 10px;
	color: #658A3C;
}


#adsense120x600 {
	position:absolute;
	left:833px;
	top:134px;
	width:120px;
	height:610px;
	z-index:2;
}
#adsense90x720 {
	position:absolute;
	left:166px;
	top:549px;
	width:730px;
	height:92px;
	z-index:2;
}
