body{background-color: black;
	margin: 0px; 
	padding: 0px; 
	font-family: 'Monotype Corsiva', 
		Vivaldi, 
		'Vladimir Script', 
		Cursive, 
		Georgia;}
#divBody{
	background-color: black;
border: 0px solid green;}
#divMenuBar{ height: 35px;
	left: 22%; 
	width: 70%; 
	top: 0px; 
	position: absolute;
	border: 0px solid red; 
	float: right; }
#divLeftBlock{
		width: 13%; 
		background-color: black; 
		position: absolute;
		height: 671px; 
		left: 0%;
		 top: 0%; 
		 float: right;
		  z-index: -1;}
#divTitle {background-color: #fff88a;
	left: 13%; 
	top: 35px; 
	width: 74%;
	height: 105px;
	border-bottom: 0px solid white; 
	position: absolute; }
#divTitleLeftSection {background-color: #fff88a;
	margin: 0px; 
	top: 0px; 
	left: 0%; 
	width: 50%; 
	height: 105px;
	border: 0px solid black; 
	position: absolute;
	
	}
#tableNameTitle{/*Contains the Daniel Spenser Img by wrapping it into a table*/
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 10px; 
	padding-left: 9%; 
	background-color: #fff88a;
					
	}
#tableNameTitle tr{
	background-color: #fff88a
	
	}
#tableNameTitle img{
	border: 0px solid white;
	}

#divTitleRightSection{
	background-color: #fff88a;
	top: 0px; 
	margin: 0px;  
	height: 105px; 
	left: 50%; 
	width: 50%;
	border: 0px solid white; 
	/*background: url(SupportingImages/openingWebPage/ToyChest.jpg) no-repeat 55px 10px;*/
	float: right; position: absolute;

	}
#tableToyChestContainer{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff88a;
	}
#tableToyChestContainer tr{
	background-color: #fff88a;
}
#divLeftBar{background-color: #afe2ff;
	top: 140px; 
	width: 70px; 
	height: 500px; 
	left: 13%;
	border: 0px solid black; 
	float: left;
	 position: absolute;} 
#divLeftBarTopPic { 
		width: 100%; 
		height: 100px; 
		top: 0px;
 		float: left; 
 		background: url(SupportingImages/openingWebPage/cutCreatureWithSoccerBall.jpg) no-repeat 3px 5px;
 		background-color: white;
 		border-right: 0px solid black; 
 	} 
#divLeftBarPics {width: 100%;
	height: 800px; 
	top: 151px;
	float: left;		
	background: white url(SupportingImages/openingWebPage/leftBarMenuBackgroundPic.jpg) 
		no-repeat 
		0px 0px;
	} 
/*9/12/10->Changed from divBody to divVariableContent to reflect that it will hold the "content" that will vary by webpage in 
	this site*/
#divVariableContent{
	 width: 66.8%;
	height: 900px; 
	left: 20%; 
	top: 140px;
	border-left: 3px solid black;
	border-top: 0px solid black; 
	float: right; 
	position: absolute; 
	background-color: #afe2ff;
	display: table-cell;
	min-height: 10px;
	}
#divRightBar{
		background-color: black; 
		width: 13%; 
		float: right; 
		height: 566px;
		border: 0px solid white; 
		}
/*Table descriptons for Menu on left */
#menuTable{
		background-color: black; 
		border-collapse: separate; 
		}
#menuTable a{
	color: white;
	text-decoration: none;
	outline-style: none;
	}
#menuTable a:hover{
	color: #FF8037;
	}
table.noShow {
		visibility: hidden; 
		border-style: none; 
		position: absolute;
		z-index: 1;
		background-color: black; 
		border: 1px solid white;
		}


#menuTable td{
		font-size: 17px; 
		padding-right: 20px;
		}
#picturesLink {
		text-decoration: none; 
			color: white;
			}
 *.noPadding{
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
