@charset "utf-8";
/* CSS Document */

#section_grid{
	position:relative;
	display:inline-block;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:225px; 
	width:225px; 
	padding-top:5px;
	padding-bottom:5px; 
	margin-top:5px; 
	margin-bottom:5px; 
	overflow:hidden;
}

.individual_section{
	position:absolute; 
	left:0px; 
	height:225px; 
	width:225px; 
	overflow:hidden;
	background-color:white;	
}

.section_name{
	display:inline; 
	text-decoration:underline; 
	font-size:16px;
}