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

#contentBox {
	margin:20px 200px 20px 230px;
	background: url(/_images/leftside.gif) repeat-y left top;
}
.top {
	width:100%;
	height:20px;
	background:url(/_images/top.gif) no-repeat left top;
}
.top div {
	display:block;
	position:relative;
	height:20px;
	background:url(/_images/top-right.gif) no-repeat right top;
}
.bottom {
	height:60px;
	background:url(/_images/bottom.gif) no-repeat left bottom;
}
.bottom div {
	display:block;
	position:relative;
	height:60px;
	background:url(/_images/bottom-right.gif) no-repeat right top;
}
