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

/*Set Active Menu Item*/
	#community a { background-image:url('../images/buttons/but_blk_community.png'); }
	#community a:hover { background-image:url('../images/buttons/but_blk_community.png'); }
				
			
/* Page Container and edge images*/
		 #appspace {
			background-image: url('../images/containers/community_center.jpg');
			background-repeat: repeat;
			height:400px;
			left:0px;
			position:relative;
			top:26px;
			width:624px;
			z-index: 1;
		}
		#appspace_top {
			background-image: url('../images/containers/community_border_top.png');
		    height:23px;
			position:absolute;
			width:678px;
			left:-28px;
			top:-23px;
			z-index: 10;
		}
		#appspace_bot {
			background-image: url('../images/containers/community_border_bottom.png');
		    height:30px;
			position:absolute;
			width:678px;
			left:-28px;
			top:375px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/community_border_left.png');
		    height:375px;
			position:absolute;
			width:28px;
			left:-28px;
			top:0px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/community_border_right.png');
		    height:375px;
			position:absolute;
			width:28px;
			left:622px;
			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:635px;
			top:45px;
			z-index: 40;
		}
		#appspace_button1_selected.active{
			background-image: url('../images/containers/orange_but_over_community.png');
		    height:83px;
			position:absolute;
			width:30px;
			left:-15px; 
			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_blue_under.png');
		    height:83px;
			position:absolute;
			width:175px;
			repeat:no-repeat;
			left:635px;
			top:140px;
			z-index: 40;
		}
		
		
		#appspace_button2_selected.active{
			background-image: url('../images/containers/blue_but_over_community.png');
		    height:83px;
			position:absolute;
			width:30px;
			left:-15px;
			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;}  


		#appspace_button3 {
			background-image: url('../images/containers/button_capcom_unity.png');
		    height:103px;
			position:absolute;
			width:123px;
			left:655px;
			top:223px;
			z-index: 40;
		}
#appspace_button3 a{
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:medium;
			height:103px;
			left:0px;
			position:absolute;
			text-align:center;
			text-decoration: none;
			top:14px;
			width:88px;	
		}
		#appspace_button3   a   span{	
			display:block;
			left:16px;
			position:relative;
			top:18px;
			}  
			#appspace_button3 a:link {color: #ffffff; } 
			#appspace_button3 a:visited {color: #ffffff} 
			#appspace_button3 a:hover {color: #ff0000;}
			
			#app_content_text { /*Text content for container*/
			background-color:#ffffd4; 
			border: thin solid rgb(200,180,120);
			font-family: 'Comic Sans', 'Comic Sans MS', 'cursive','sans-serif';
			font-size:small;
			height:380px;
			left: 5px;
			overflow:auto;
			padding: 5px 10px;
			position:absolute;
			top:3px;
			width:360px;
		} 
		#app_content_text p {
 			line-height:1.1;
 			padding-bottom:10px;
		}