

body 
{ 
	background-color: white;	
	color: #000000;
	width: 100%; 
}



div
{
	border: 2px solid #959596;	 
	background-color: white;
	color: #000000;
} 

div.logoDiv {
	width: 100%;
	/*min-height: 100px;*/
	border: none; 
	background-color: white;
	text-align: center;
}

img.logo {
}

div.headerDiv {
	border: none;
}

div.toolbar
{
	border-top: 1px solid #999999;
	background-image: url('toolBack.gif');
	background-repeat: repeat;
	margin-left: -20px;
	margin-right: -20px;
	 border-left: none;
	 border-right: none;
	 border-bottom: none;
	 text-align: center;
	 height: 25px;
	 line-height: 25px;
}

a.tool {
background-color: transparent;
color: black;
font-style: normal;
padding-left: 40px;
padding-right: 40px;
font-weight: bold;
text-decoration: none;
}


a.toolbar {
background-color: none;
}

div.main 
{	
	background-image: 
	url('mainBack.png');
	background-repeat: repeat;
	border: none;
	width: 100%;	
	text-align: center;
	margin-left: -10px;
	padding-left: 10px;
}

div.games 
{
	background: inherit;

margin-left: auto;
margin-right: auto;
	height: 1300px;
	border: none;	
	padding-top: 10px;
	width: 800px;	
	
}

p.normal
{
	border: 2px solid #959596;	 
	background-color: white;
	width: 550px; 
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}

div.featured
{
	padding: 10px; 
	width: 550px; 
	height: 150px; 	
	margin-bottom: 20px;
	text-align: left;
}

div.new_games
{ 
	padding: 10px; 	
	text-align: left;
	width: 550px; 
	margin-bottom: 20px;
	
	/*height: 300px; */
}


div.full_list
{
	padding: 10px; 
	text-align: left;
	width: 550px; 
}


span.ads
{	
	width: 150px;
	height: 1300px;
	padding-right: 10px;
margin-right: 20px;
	border: none;
margin-top: 20px;
float: right;
}


p.info
{
   margin-top: 0;
   font-size: 13px;
}
  
  td.game_info 
	{ 
		/*float: left;*/ padding: 10px;  margin: 0px;
    font-size: 12px; width: 230px;
	}  					
  
  img.screenshot 
  { 
  	float: left; 
  	width: 100px; height: 100px; 
  	margin-right: 10px;
  }


h2
{
   padding: 0;
	 margin-top: 0;
	 margin-bottom: 10px;
	 font-size: 23px;
}

h3
{
   padding: 0;
	 margin-top: 0;
	 margin-bottom: 10px;
	 font-size: 19px;
}

h4
{
   padding: 0;
	 margin-top: 0;
	 margin-bottom: 10px;
	 font-size: 15px;
}

a{ background-color: #ffffff; color: #4444ee; }
a:hover { background-color: #ffffff; color: #000066; } 
a img { border: none; }

