/* Customize the following line to over-ride CSS. */
	#main {
					top:-68px; /*Moves main content up.  Will overwrite css.  Customize based on Main Content*/
					height:500px; /*set to  lock custom size  for main content. Comment out for auto-flow.*/
				} 

/*Set Active Menu Item*/
	#flashgames a { background-image:url('../images/buttons/but_blk_flashgames.png'); }
	#flashgames a:hover { background-image:url('../images/buttons/but_blk_flashgames.png'); }

				
/* Page Container and edge images*/
		 #appspace {
			background-repeat: no-repeat;
			height:400px;
			left:0px;
			position:relative;
			top:26px;
			width:826px;
			z-index: 1;
		}
		#appspace_top {
			background-image: url('../images/containers/flashgames_border_top.png');
		    height:23px;
			position:absolute;
			width:693px;
			left:-27px;
			top:-23px;
			z-index: 10;
		}
		#appspace_bot {
			background-image: url('../images/containers/flashgames_border_bottom.png');
		    height:30px;
			position:absolute;
			width:693px;
			left:-27px;
			top:476px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/flashgames_border_left.png');
		    height:476px;
			position:absolute;
			width:28px;
			left:-27px;
			top:0px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/flashgames_border_right.png');
		    height:476px;
			position:absolute;
			width:28px;
			left:636px;
			top:0px;
			z-index: 40;
		}

/* Button 1 */
		#appspace_button1 {
			background-image: url('../images/containers/button_orange_under.png');
		    height:83px;
			position:absolute;
			width:175px;
			left:652px;
			top:45px;
			z-index: 40;
		}
		#appspace_button1_selected.active{
			background-image: url('../images/containers/flashgames_orange_but_over.png');
		    height:83px;
			position:absolute;
			width:30px;
			left:-16px;
			top:0px;
			z-index: 45;
		}
		#appspace_button1 a{
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:55px;
			left:0px;
			position:absolute;
			text-decoration: none;
			top:12px;
			width:150px;	
		}

		#appspace_button1   a   span{	
			display:block;
			left:16px;
			position:relative;
			top:16px;
			}  
			
			#appspace_button1 a:link {color: #ffffff; } 
			#appspace_button1 a:visited {color: #ffffff} 
			#appspace_button1 a:hover {color: #ff0000;}
			#appspace_button1_selected.active a{color: #000000; left:16px;} 
			#appspace_button1_selected.active a:hover {color: #000000;}  	
			#appspace_button1_selected.active a:link {color: #000000;}  
		

/* Button 2 */
		
		#appspace_button2 {
			background-image: url('../images/containers/button_green_under.png');
		    height:83px;
			position:absolute;
			width:175px;
			left:652px;
			top:140px;
			z-index: 40;
		}
		
		
		#appspace_button2_selected.active{
			background-image: url('../images/containers/flashgames_green_but_over.png');
		    height:83px;
			position:absolute;
			width:30px;
			left:-16px;
			top:0px;
			z-index: 45;
		}
		

			/*OFF: White / Rollover: Red / ON: Black*/
		#appspace_button2 a{
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:55px;
			left:0px;
			position:absolute;
			text-decoration: none;
			top:12px;
			width:150px;	
		}
		#appspace_button2   a   span{	
			display:block;
			left:16px;
			position:relative;
			top:16px;
			}  
			
			#appspace_button2 a:link {color: #ffffff; } 
			#appspace_button2 a:visited {color: #ffffff} 
			#appspace_button2 a:hover {color: #ff0000;}
			#appspace_button2_selected.active a{color: #000000; left:16px;} 
			#appspace_button2_selected.active a:hover {color: #000000;}  	
			#appspace_button2_selected.active a:link {color: #000000;}  


		
	