@charset "utf-8";
/*-- layout elements ----------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #d8b994;
	background-color: #422900;
	background-image: url(../images/bgTile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
}
#divContainer{
	background-image: url(../images/bodyTile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:100%;
	font-size: 105%;
}
.head{
	width:100%;
	height:648px;
	background-image: url(../images/head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.bodyContainer{
	width:950px;
	margin-top:-110px;
}
.leftColumn{
	width:747px;
	padding-left:10px;
	padding-right:10px;
}
.rightColumn{
	width:159px;
	float:right;
	padding-right:10px;
}
/*-- text elements ----------------------------------------------------*/
.txtHead{
	font-size:220%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#d4a165;
	font-weight:bold;
}
.txtHead2{
	font-size:175%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d3a165;
	font-weight:bold;
}
.txtSmall{
	font-size:85%;
	color:#e1a760;
	margin-top:4px;
	margin-bottom:2px;
}
/*-- graphics elements ----------------------------------------------------*/
.divider3px{
	width:100%;
	border-top:solid 3px #d4a976;
	margin-bottom:2px;
	margin-top:2px;
	height:3px;
}
.divider2px{
	width:100%;
	border-top:solid 2px #d4a976;
	margin-bottom:2px;
	margin-top:2px;
	height:2px;
}
.divider1px{
	width:100%;
	border-top:solid 1px #d4a976;
	margin-bottom:2px;
	margin-top:2px;
	height:1px;
}
.newsDivider{
	width:80%;
	border-top:solid 1px #d4a976;
	margin-bottom:10px;
	margin-top:10px;
	height:1px;
}
/*-- games layout ----------------------------------------------------*/
.gameContainer{
	margin-top:3px;
	margin-left:2px;
	margin-right:5px;
	margin-bottom:5px;
}
.gameContainer:hover{
	color:#edd6bb;
}
.gameTxtContainer{
	float:right;
	width:156px;
	margin-left:4px;
	margin-right:1px;
	display: inline;
}
.ads, img.screenshot{
	border: 1px solid #d4a976;
}
img.screenshot:hover{
	border: 1px solid #edd6bb;	
}
.gameTxt{
	height:181px;	
}
.gameDivider{
	width:135px;
	height:1px;
	border-bottom:solid 1px #d4a976;
}
/*-- link ----------------------------------------------------*/
a:link {
	color: #ffc887;
}
a:visited {
	color: #ffc887;
}
a:hover {
	color: #ffe6c8;
}
a:active {
	color: #ffe6c8;
}
a {
	font-weight: bold;
}