@charset "UTF-8";
/* CSS Document */

/*----------DIVS----------*/

header {
	width: 870px;
	background-color: #6564FF;
}

nav {
	width: 870px;
	background: #CCC;
}
    
/*----------IDs----------*/

#container {
	margin: 0 auto 0 auto;
	width: 870px;
}
    
#signIn {
	width: 276px;
	height: 53px;
}

#search {
	width: 870px;
	height: 30px;
	background: #666;
}
        
#platforms {
	width: 870px;
	height: 30px;
	background: #CCC;
}
        
#topAd {
	width: 870px;
	height: 224px;
}

#mainContent {
	width: 870px;
} 

#leftContent {
	width: 587px;
	float: left;
}
    
#todayHeader {
	width: 578px;
	height: 34px;
}

todayBody {
	width: 578px;
	height: 159px;
}
    
#tenGames {
	width: 286px;
	height: 296px;
	float: left;
}
    
#tenWanted {
	width: 286px;
	height: 296px;
	float: right;
}
    
#now {
	width: 578px;
	 background: none repeat scroll 0 0 #CCCCCC;
}

#rightContent {
	width: 280px;
	float: right;
}
    
#poll {
	width: 280px;
	height: 204px;
}
    
#rightAd {
	width: 280px;
	height: 224px;
}
    
#news {
	width: 280px;
	height: 232px;
}
    
#gameGuides {
	width: 280px;
	height: 230px;
}


ol li {
	font-size: .9em;
	padding: 3px;	
}

/*----------CLASSES----------*/

.nowList {
	width: 578px;
	height: 85px;
	clear: both;
	margin-bottom: 20px;
	margin-right: 16px;	
}

.nowList img {
		float: left;
		margin-right: 10px;
}

.alt {
	background: #CCC;	
}

.clearFix {
	clear: both;	
}

.headerBlue {
	background: #6564FF;
	padding: 3px;
	color: #FFF;
}

.headerGray {
		background: #999;
		padding: 3px;
}

/*----------FONTS----------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	border: medium none;
    color: #666666;
    float: left;
    font-size: 18px;
    margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    font-size: 14px;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	color: #003366;
    font-size: 11px;
    line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}