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

/****** BEGIN - COLOR SCHEME *****
COLOR SCHEME:

#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description

******* END - COLOR SCHEME *******/

/* border area */
.border
	{
		position: relative;
		width: 150px; /* default, but changes */
		height: 150px;  /* default, but changes */
		background-color: transparent;
	}
	
	/* left border */
	.border_tr
		{
			position: absolute;
			width: inherit;
			height: inherit;	
			background-color: transparent;
		}
		
	/* left border */
	.border_tl
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}
		
	/* left border */
	.border_br
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}
		
	/* left border */
	.border_bl
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}
		
	/* left border */
	.border_t
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}
		
	/* left border */
	.border_r
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}
		
	/* left border */
	.border_b
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}

	/* left border */
	.border_l
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
		}

	/* contains the content */
	.border_content
		{
			position: absolute;
			width: inherit;
			height: inherit;
			background-color: transparent;
			overflow: auto;
		}
		
		
/******************************
/**** SECTION 1 - BEGIN *******/


/**** SECTION 1 - END ********
******************************/



/******************************
**** SECTION 2 - BEGIN *******/


/**** SECTION 2 - END ********
******************************/