html,body{
	font-family:arial;
	height:100%;
	width:800px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	background-image: url(images/mainBG.png);
	background-repeat: repeat;
}

#shell{

background-color:#000000;
width:100%;
overflow:auto;
text-align:left;


}
#logo{

	
	
}

#homeDesc{

margin-top:5px;
float:right;
width:230px;
text-align:left;
font-size:14px;
}
	
#homeList{

	float:left;
	margin-bottom:20px;
	width:530px;
	

}
#main{
	background-color:#ffffff;
	width:530px;
	overflow:auto;
	padding-bottom:20px;
	padding-top:18px;
	padding-right:20px;
	padding-left:15px;
	min-height:600px;
}

#rightWrap{

	display:inline;
	float:right;
	
	width:566px;
	background-image: url(images/mainBG.png);
	background-repeat: repeat;
	height:100%;
	
	padding-left:10px;

}

#left{
	height:inherit;
	padding:0px;
	float:left;
	
}

#nav{
	background-color:#dddddd;
	
	width:222px;
	float:left;
}

.navItem {
	
	background-color:#000000;
	width:222px;
	height:40px;
	font-family:arial;
	font-size:16;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	color:#dddddd;
	text-decoration:none;
	cursor:hand;
	
	border-bottom:thin solid #dddddd;
	
	
}

.navFill{

	background-color:#cccccc;
	width:222px;
	overflow:auto;

}



.navItem:hover{
	
	background-color:#555555;
	
}

.navItemImg{

	position:absolute;
	left:50px;

}

#gameIcon{

	float:left;
	margin-bottom:20px;
	
	

}

#gameScreen{
	padding:15px;
	float:right;
	
}

.screenShotImg{
	
}

#gameDescription{



}

.hsLayer{
	display:none;
}

#secondNav{
	padding:0px;
	margin:0px;
	height:50px;
	background-color:white;
	font-color:black;
	
	
	
	}
	
#secondLink{
	padding:7px;
	color:black;
	text-decoration: none;	
	font-weight: bold;
	font-size:12px;
}

.rhImg{
	padding:0px;
	margin:0px;
	
	float:right;
		
}

