/* CSS Document */

 
 #subHeader{
	width:794px;
	height:135px;
	margin:0 auto;
	background-image: url(imgs/layout/adBg1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
 
#searchBar{
	width:840px;
	height:60px;
	margin:0 auto;
	background-image: url(imgs/layout/searchBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
 
#container{
width:1200;
margin-left:auto;
margin-right:auto;
}
 
 
 
#space{
	 
	float: none;
	height: 15px;
	width: 100%;
}
#space1{
	 
	float: none;
	height: 15px;
	width: 100%;
}
#gameBlock{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 25px;
	width: 150px;
	margin-right:auto;
	 
}#space2 {

	 
	float: none;
	height: 20px;
	width: 100%;
}
//////////////////////////////////////////////////////////////////
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1200px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
width:1050px;
	height:180px;
	
	background-image: url(imgs/layout/headerPad.png);
	background-repeat: no-repeat;
	background-position: center top;
 width:100%;
} 
 
#leftcol{
	 
	height:640px;
	 
	background-image: url(imgs/layout/linkBg.png);
	background-repeat: no-repeat;
	background-position: center top;


 width:150px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:87%; 
 float:right; 
 position:relative; 
  }
 
#rightAd{
	
	height:640px;
	
	background-image: url(imgs/layout/adTallbg.png);
	background-repeat: no-repeat;
	background-position: center top;
 width:180px; 
 float:left; 
 position:relative; 
 }
 
#gameboard{
	width:860px;
	height:640px;
	
	background-image: url(imgs/layout/gameBg.png);
	background-repeat: no-repeat;
	background-position: center top; 
 float: left; 
 display:inline; 
 position: relative; 
   
 }
 
 #subHeader1{
	width:794px;
	height:135px;
	margin-left:190px;
	background-image: url(imgs/layout/adBg1.png);
	background-repeat: no-repeat;
	background-position: center top; 
 clear:both;
 }
#subHeader2{
	width:794px;
	height:135px;
	margin-left:190px;
	background-image: url(imgs/layout/adBg1.png);
	background-repeat: no-repeat;
	background-position: center top; 
 clear:both;
 }
