@charset "UTF-8";

body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_bg.png);
}
div.inbody {
	position: absolute;
	margin-top: 25px;
	margin-right: 10%;
	margin-bottom: 25px;
	margin-left: 10%;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 80%;
	z-index: 1;
}

/* ---------------------------------------- */
div.header {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 42px;
	width: 100%;
	/*line-height: 42px;*/
	z-index: 40;
}
div.header div.body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ib_pat-top.png);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	z-index: 41;
}
div.header div.top-left {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ib_top-left.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	left: 0px;
	top: 0px;
	z-index: 42;
}
div.header div.top-right {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/ib_top-right.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	top: 0px;
	right: 0px;
	z-index: 43;
}
div.header div.logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 12px;
	top: 10px;
	z-index: 45;
}
div.header div.category {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 132px;
	top: 10px;
	z-index: 46;
}

/* ---------------------------------------- */
div.body {
	position: relative;
	margin: 42px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../img/ib_pat-left.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	z-index: 20;
}
div.body div.pat-right {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../img/ib_pat-right.png);
	background-repeat: repeat-y;
	background-position: right;
	z-index: 21;
}

/* ---------------------------------------- */
div.footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 100%;
	z-index: 30;
}
div.footer div.body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 100%;
	background-image: url(../img/ib_pat-bot.png);
	background-repeat: repeat-x;
	z-index: 31;
}
div.footer div.bot-left {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	left: 0px;
	top: 0px;
	background-image: url(../img/ib_bot-left.png);
	background-repeat: no-repeat;
	z-index: 32;
}
div.footer div.bot-right {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 42px;
	right: 0px;
	top: 0px;
	background-image: url(../img/ib_bot-right.png);
	background-repeat: no-repeat;
	z-index: 33;
}