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

#headerBox {
	float:right;
	width:100%;
	background:#fff url(/_images/headerBox_ls.gif) repeat-y left top;
}
#headerBox .top {
	height:20px;
	background:url(/_images/headerBox_t.gif) no-repeat left top;
}
#headerBox .top div {
	height:20px;
	background:url(/_images/headerBox_tr.gif) no-repeat right top;
}
#headerBox .center-content {
	position:relative;
	background:url(/_images/headerBox_rs.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
#headerBox .bottom {
	clear:both;
	height:60px;
	background:url(/_images/headerBox_b.gif) no-repeat left bottom;
}
#headerBox .bottom div {
	height:60px;
	background:url(/_images/headerBox_br.gif) no-repeat right top;
}

#contentBox {
	float:right;
	width:100%;
	background:#fff url(/_images/contentBox_ls.gif) repeat-y left top;
}
#contentBox .top {
	height:20px;
	background:url(/_images/contentBox_t.gif) no-repeat left top;
}
#contentBox .top div {
	height:20px;
	background:url(/_images/contentBox_tr.gif) no-repeat right top;
}
#contentBox .center-content {
	background:url(/_images/contentBox_rs.gif) repeat-y right top;
	padding:0 20px 0 20px;
	margin:-1px 0 -50px 0;
}
#contentBox .bottom {
	clear:both;
	height:60px;
	background:url(/_images/contentBox_b.gif) no-repeat left bottom;
}
#contentBox .bottom div {
	height:60px;
	background:url(/_images/contentBox_br.gif) no-repeat right top;
}

#sidebarBox {
	float:right;
	width:300px;
	background:#fff url(/_images/sidebarBox_ls.gif) repeat-y left top;
	margin-left:2%;
}
#sidebarBox .top {
	width:100%;
	height:20px;
	background:url(/_images/sidebarBox_t.gif) no-repeat left top;
}
#sidebarBox .top div {
	height:20px;
	background:url(/_images/sidebarBox_tr.gif) no-repeat right top;
}
#sidebarBox .center-content {
	position:relative;
	background:url(/_images/sidebarBox_rs.gif) repeat-y right top;
	padding:1px 10px 1px 1px;
	margin:-1px 0 -50px 0;
}
#sidebarBox .bottom {
	clear:both;
	height:60px;
	background:url(/_images/sidebarBox_b.gif) no-repeat left bottom;
}
#sidebarBox .bottom div {
	height:60px;
	background:url(/_images/sidebarBox_br.gif) no-repeat right top;
}
