body {
		font-family: Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		background-color:#DDDDDD;
		
	}


.welcomeText{
				position:inline;
				text-align:center;				
				width:100%;}
.siteLogo{}
mainDiv {text-align:center;	width:100%;}


.menuHolder{


			position:inline;
			text-align:center;
			width:100%;
			background-color:#FFFFFF;
			
			}
.menu 
		{	
			width:100%;
			background-color:#FFFFFF;
		}


body a:link {

			color: #289900;
			text-decoration: underline ;				
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;			
			text-decoration: none;
			font-weight:bold;
			font-size:12px;
			}

body a:visited {
			color: #289900;		
			font-family: Arial, Helvetica, sans-serif;
				
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;			
			text-decoration: none;
			font-weight:bold;
			font-size:12px;
		}
	
body a:hover {
				color: #004428;
				font-family: Arial, Helvetica, sans-serif;
				font-style: normal;
				line-height: normal;
				font-weight: bold;
				font-variant: normal;
				text-decoration: underline overline;
				font-weight:bold;
				font-size:12px;
		}


.links{position:inline;	background-color:#FFFFFF;}


.links a:link {

			color: #282277;
			text-decoration: underline ;				
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;			
			text-decoration: none;
			font-weight:bold;
			font-size:12px;
			}
.links a:visited {
			color: #282277;		
			font-family: Arial, Helvetica, sans-serif;
				
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;			
			text-decoration: none;
			font-weight:bold;
			font-size:12px;
		}

.links		a:hover {
				color: #282277;	
				
				font-style: normal;
				line-height: normal;
				font-weight: bold;
				font-variant: normal;
				text-decoration: underline overline;
				font-weight:bold;
				font-size:12px;
		}


.theGame{
			position:inline;	
			top:60px;}
.adHolderLeft {
					position:inline;
					/*top:60px;
					left:5px;*/
				}

.adHolderRight {
					position:inline;
					
			/*top:60px;*/
					/*left:150px;*/
				}

.theMainTable{
position:absolute;
width:100%;
top:60px;
}

.holderGameList{
		position:inline;
		text-align:center;
		
		margin:0px; 
		left:0px;
		padding:0px; 

			
}

.holderGame{
		position:inline;
		text-align:center;
		margin:0px; 
		left:0px;
		padding:0px; 

			
}



/*gameDiv and child elements*/
.gameDiv{
	
		-moz-border-radius: 5px;
		-webkit-border-top-left-radius:5px;
			border:5px solid  #286600;
			background-color: #CCCCCC;
			margin:10px; 
			
			text-align:left;
			max-width:728px;
}





.gameDiv a:hover {
			
			color: #004428;
			
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;			
				
			text-decoration: none;
			font-weight:bold;
		}


.gameName{
			color: #280099;	
			font-size:14px;
}

.gameName a:link{
			color: #280099;	
			font-size:14px;
}
.gameName a:visited{
			color: #280099;	
			font-size:14px;
}
.gameThumb {
			position:inline;

			width:100px;
			height:100px;
		/*	border:5px solid red;*/
			}



.gameDescription {	
					position:inline;
					text-align:left;
					font-size:12px;
					text-align:left;
					width:350px;
				
				}
.gamePlay{font-size:12px;}

.gamePlay a:link{
			color: #280099;	
			font-size:14px;
}
.gamePlay  a:visited{
			color: #280099;	
			font-size:14px;
}


.searchbox{
text-align:right;
width:100%;
		position:absolute;
		top:30px;
		float:right;

		
		}

	.rssBox{
text-align:left;
width:100%;
		position:absolute;
		top:30px;
		float:right;

		
		}



