@charset "utf-8";
#midbg {
	background-image: url(images/bg/bg-a-mid.jpg);
	background-repeat: repeat-y;
}
#divtopbg {
	background-image: url(images/bg/bg-a-top.jpg);
	background-repeat: no-repeat;
	height: 38px;
}
#leftxt {
	width: 163px;
	padding-left: 5px;
	float: left;
}

#divright {
	float: right;
	width: 275px;
}
#divrighttxt {
	width: 58px;
	float: right;
	margin-right: 35px;
	padding-left: 5px;
}
#divbot {
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(images/bg/bg-a-bot.jpg);
}
#divtop1 {
	background-image: url(images/bg/bg-b-top.jpg);
	height: 38px;
	background-repeat: no-repeat;
}
#bgmidtxt {
	background-image: url(images/bg/bg-b-mid.jpg);
	background-repeat: repeat-y;
}
#bgbottom {
	background-image: url(images/bg/bg-b-bot.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#righttxt {
	width: 163px;
	padding-left: 5px;
	float: left;
}

#table {
	width: 550px;
	margin-left: auto;
}
#divleft {
	float: left;
	width: 270px;
}
