div.gamehead{
	border:1px solid #666;
	border-bottom:none;
	background-image: url(../images/headerbackground.jpg); 
	background-repeat: repeat;
	height:100px;
	width:100%;
	color:black;
}

div.gameheadright{
	float:right;
	border:none;
	padding:0px;
	margin:0px;
}

.clean{
	border:0px;
	padding:0px;
	margin:0px;
}

span.gametitlehighlight{
	color:#FF9900;
}

div.gametitle{
	margin-top:25px;
	font-size:45px;
	color:#444;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.maintitle{
	margin-top:25px;
	font-size:large;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.nextlan{
	clear:both;
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	font-size:small;
	font-weight:bold;
    background-image: url(../images/subheaderbackground.jpg); 
	background-repeat: repeat-x;
	border:1px solid #666;
	padding-top:5px;
	padding-bottom:5px;
}

div.mainpart{
	background-color:#fcfcfc;
	border:0px;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

div.mainpartgames{
	background-color:#fcfcfc;
	border:0px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	text-align:center;
}

div.game{
	text-align:center;
	background-color:#fcfcfc;
}

div.forums{
	text-align:center;
	background-color:#fcfcfc;
}

a.headlink{
	text-decoration:none;
	color:#444;
}

div.gamenametitle{
	padding:10px;
	font-size:large;
	font-weight:bold;
}

div.gamename{
	display:inline;
	text-align:center;
	float:left;
	margin:15px;
}