/**********************************************
Stlye sheet governing the outline of text boxes
***********************************************/

#topCorner
{
	background: transparent url(../imgs/cornerTR.gif) top right no-repeat;

	position: relative	;
	top: -1px	;
	right: -1px	;
}


#topCorner2
{
	background: transparent url(../imgs/cornerTR.gif) top right no-repeat;

	position: relative	;
	top: -1px	;
	right: -1px	;
}



/************************
BEGIN boxes 328px pixels high
************************/

#boxLeft
{
	margin-top: 0px	;
	margin-right: 19px	;
	border: #cbca6b solid 1px	;
	
	min-height: 530px	;
}


#boxRight
{
	margin-top: 0px	;
	margin-left: 19px	;
	border: #cbca6b solid 1px	;
	
	min-height: 530px	;
}


#boxMiddle
{
	margin-top: 15px	;
	margin-left: 19px	;
	border: #cbca6b solid 1px	;
	
	min-height: 530px	;
}



#btmCorner
{
	background: transparent url(../imgs/cornerBL.gif) bottom left no-repeat;

	position: relative	;

	bottom: -2px	;
	left: -2px	;

	min-height: 530px	;
}


#btmCorner2
{
	background: transparent url(../imgs/cornerBL.gif) bottom left no-repeat;

	position: relative	;

	bottom: -2px	;
	left: -2px	;

	min-height: 530px	;
}

/******
END boxes 500px pixels high
******/











