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

/*Set Active Menu Item*/
	#blog a { background-image:url('../images/buttons/but_blk_blog.png'); }
	#blog a:hover { background-image:url('../images/buttons/but_blk_blog.png'); }
				
/* Page Container and edge images*/ 
#appspace { height:420px; width:693px; } 

		#app_content { 
			background-image: url('../images/containers/blog_center.jpg'); 
			background-repeat: repeat; 
			height:356px; 
			left: 0px; 
			position:relative; 
			top:2px; 
			width:694px; 
		} 

		#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:320px;
			left: 150px;
			overflow:auto;
			padding: 5px 10px;
			position:absolute;
			top:3px;
			width:520px;
		} 
		#app_content_text p {
 			line-height:1.1;
 			padding-bottom:10px;
		}
		
		#app_content1 {} 
		#app_content2 {} 
		#app_content3 {}
	
		#appspace_top {
			background-image: url('../images/containers/blog_border_top.png');
		    height:23px;
			position:absolute;
			width:754px;
			left:-30px;
			top:-20px;
			z-index: 10;
		}
		
		#appspace_bot {
			background-image: url('../images/containers/blog_border_bottom.png');
		    height:30px;
			position:absolute;
			width:754px;
			left:-30px;
			top:358px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/blog_border_left.png');
		    height:356px;
			position:absolute;
			width:30px;
			left:-30px;
			top:2px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/blog_border_right.png');
		    height:356px;
			position:absolute;
			width:30px;
			left:694px;
			top:2px;
			z-index: 40;
		}
		
	