/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/*	formats buffer class which divides headers from text	*/
.buffer	{
	height:	1px;	
	width:	100%;					/*	sets width of buffer to 100% of parent	*/
	background-color:	#FFFFFF;	/*	sets color to white	*/
}

/*	formats blank buffer class	*/
.blank_buffer	{
	width:	100%;
}

/*	formats entry class for each entry	*/
.entry	{
	height:	225px;
	width:	100%;
	clear:	both;
}
