

			/****************************************
			*				PAGE MAIN DESIGN
			****************************************/

div.bu-page {
	width: 1008px;
	margin: 0px auto;
}
div.bu-page-top,
div.bu-page-middle,
div.bu-page-bottom {
	width: 1008px;


	position: relative;

	background-repeat: repeat-x;
	background-position: 0px 0px;
}
div.bu-page-top {
	height: 14px;
	
	background-image: url(images/bg-tm.png);
}
div.bu-page-middle {
	background-color: #ffffff;
}
div.bu-page-bottom {
	height: 14px;
	
	background-image: url(images/bg-bm.png);
}
div.bu-page-tl,
div.bu-page-tr, 
div.bu-page-ml,
div.bu-page-mr,
div.bu-page-bl,
div.bu-page-br {
	top: 0px;
	width: 14px;
	height: 14px;
	
	position: absolute;

	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.bu-page-tl {
	left: -14px;
	background-image: url(images/bg-tl.png);
}
div.bu-page-tr {
	right: -14px;
	background-image: url(images/bg-tr.png);
}
div.bu-page-ml {
	left: -14px;
	height: 100%;

	background-image: url(images/bg-ml.png);
	background-repeat: repeat-y;
}
div.bu-page-mr {
	right: -14px;
	height: 100%;

	background-image: url(images/bg-mr.png);
	background-repeat: repeat-y;
}
div.bu-page-bl {
	left: -14px;
	background-image: url(images/bg-bl.png);
}
div.bu-page-br {
	right: -14px;
	background-image: url(images/bg-br.png);
}

