div.center {
	margin: auto;
	align: center;
	text-align: center;
	background-color: #fff;
}
* div.llm_stretchbox {
	text-align: center;
	position: relative;	
	margin: 0px 15px 15px 0px;
}
* div.llm_stretchbox div.stretchy_top, * div.llm_stretchbox div.stretchy_bot {
	width: 100%;
	height: 12px;
	overflow: hidden;
	position: relative;
}
* div.llm_stretchbox div.stretchy_top .left {
	background-image: url(../images/box_corner_ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	width: 12px;
	float: left;
}
* div.llm_stretchbox div.stretchy_top .right {
	background-image: url(../images/box_corner_ur.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	height: 12px;
	margin-left: 12px;
	right: 0px;
	bottom: 0px;
}
* div.llm_stretchbox div.stretchy_bot .left {
	background-image: url(../images/box_corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 12px;
	float: left;
}
* div.llm_stretchbox div.stretchy_bot .right {
	background: url(../images/box_corner_br.gif) no-repeat top right;
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
* div.llm_stretchbox div.stretchy_mid {
	width: 100%;
	margin:0px;
	padding:0px;
	background-image: url(../images/box_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
* div.llm_stretchbox div.stretchy_mid .right {
	background-image: url(../images/box_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: 12px;
}
* div.llm_stretchbox div.stretchy_mid * .content {
	padding-right: 12px;
	text-align: left;
	align: center;
}

