TD {
	FONT-SIZE: 8pt; FONT-FAMILY:Verdana, Arial;
}

.text8 {
	FONT-SIZE: 8pt; FONT-FAMILY: Verdana
}
.text10 {
	FONT-SIZE: 10pt; FONT-FAMILY: Verdana
}
.text12 {
	FONT-SIZE: 12pt; FONT-FAMILY: Verdana
}
.text14 {
	FONT-SIZE: 14pt; FONT-FAMILY: Verdana
}

A {color:blue; text-decoration:none}
A:visited	{text-decoration:none}
A:hover	{text-decoration:none}

.play {
	font-size: 8pt; FONT-WEIGHT: bold; COLOR: blue;  FONT-FAMILY: Verdana
}
.playlink {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 10px; COLOR: red; LINE-HEIGHT: 13pt; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}

.gamestuff {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 10px; COLOR: blue; LINE-HEIGHT: 13pt; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}

H2, H3 
{font-family: Verdana, Helvetica, sans-serif;
FONT-SIZE: 15pt; 
FONT-WEIGHT: bold;
color:#F07800;
}

.ratingnumber {
font-size: 11px;
background-color: #ffff00;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 4px;
margin:0px }
body {
text-align: center; /* center things in pre-IE6 */
background: #CECECE
}

#container {
margin:0px 0px 0px 0px;
width: 800px;
text-align: center;
background:white;
border-left:4px solid #7D7D7D; 
border-right:4px solid #7D7D7D; 
}
#header {
text-align: center;
width: auto;
}


#category {
text-align: left;
width: auto;
}


#contentleft {
		width:150px;
		padding:0px;
		float:left;
		text-align: center;
		}
	
	#contentcenter {
		width: 490px;
		padding:0px;
		float:left;
		text-align: center;
		}
	
	#contentright {
		width:150px;
		padding:0px;
		float:right;
		text-align: center;
		}
#clear {
/*
used to show background images in a big div
*/
clear: both;
}