
/***********************these correspond to a series of div tags to form a border around the page ****************length is controlled by css files in the style lengths - in the lengths folder *****************/


/***********************Top edge to contain borderimage inside the maincontainer*****************/

#topedge {
	height: 20px;
	width: 1023px;
}
#te_left {
	height: 20px;
	width: 20px;
	float: left;
	background-image: url(../../images/bdr4/te_left.jpg);
}
#te_mid {
	height: 20px;
	width: 983px;
	float: left;
	background-image: url(../../images/bdr4/te_mid.jpg);
}
#te_right {
	height: 20px;
	width: 20px;
	float: left;
	background-image: url(../../images/bdr4/te_right.jpg);
}
/***********************Beginning of the page Left edge to contain borderimage inside the maincontainer*****************/

#leftedge {
	width: 20px;
	float: left;
	background-image: url(../../images/bdr4/le_mid.jpg);
}
#le_top {
	height: 20px;
	width: 20px;
}
#le_mid {
	width: 20px;
}

#le_bot {
	height: 20px;
	width: 20px;
}

/***********************Beginning of the page Right edge to contain borderimage inside the maincontainer*****************/

#rightedge {
	float: left;
	width: 20px;
	background-image: url(../../images/bdr4/re_mid.jpg);
}
#re_top {
	height: 20px;
	width: 20px;
}
#re_mid {
	width: 20px;
}

#re_bot {
	height: 20px;
	width: 20px;
}


/***********************Beginning of the page Bottom edge to contain borderimage inside the maincontainer*****************/

#botedge {
	height: 20px;
	width: 1023px;
	float: left;
}
#be_left {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../../images/bdr4/be_left.jpg);
}
#be_mid {
	width: 983px;
	height: 20px;
	float: left;
	background-image: url(../../images/bdr4/be_mid.jpg);
}
#be_right {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../../images/bdr4/be_right.jpg);
}
