@charset "utf-8";
@import "global.css";

#LeftPaneBox,#ContentPaneBox,#RightPaneBox {
	min-height: 216px;
}

#LeftPaneBox {
	float: left;
	width: 274px;
	background: url("images/border_home_content.png") no-repeat 100% 0;
}

#ContentPaneBox {
	float: left;
	width: 282px;
}

#RightPaneBox {
	float: right;
	width: 284px;
	background: url("images/border_home_content.png") no-repeat 0 0;
}

.LeftPane,.ContentPane,.RightPane {
	margin: 0 12px;
}

.wrapper {
	width: 879px;
	padding-left: 30px;
	padding-right: 29px;
}

#bg-box-m {
	background: url("images/bg_box_m.png") repeat-y 50% 0;
}

#bg-box-t {
	background: url("images/bg_box_t.png") no-repeat 50% 0;
}

#bg-box-b {
	display: inline-block;
}

#bg-box-b {
	display: block;
	margin-bottom: 32px;
	padding: 0 20px 20px 19px;
	background: url("images/bg_box_b.png") no-repeat 50% 100%;
}

#main {
	margin-bottom: 0;
	background: #CECECE url("images/bg_main_home.png") repeat-x 0 0;
}

#TopPaneBox {
	padding: 4px 0 9px;
	background: url("images/bg_head.gif") repeat-x 0 100%;
}

.TopLeftPane {
	float: left;
	margin-top: 8px;
}

.TopRightPane {
	float: right;
	margin-top: 8px;
}


