BODY.mbody {
	background-image: url("../graphics/bg/mainback-01.jpg");
	width: 100%;
	height: 100%;
}
TD.header {
	background-image: url("../graphics/header/header2-01.jpg");
	background-color: #97000F;
	height: 150px;
}
TD.lmenu {
	background-image: url("../graphics/bg/cf-texture1.png");
	background-color: #97000F;
}
TD.foot {
	background-image: url("../graphics/header/header2-02.jpg");
	background-color: #97000F;
	color: #FFF;
}
TD.isl {
	background-image: url("../graphics/hl-01.png");
	background-position: right;
	background-repeat: repeat-y;
}

TD.isr {
	background-image: url("../graphics/hl-02.png");
	background-position: left;
	background-repeat: repeat-y;
}
A.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D0D8C7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 26px;
}
A.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	line-height: 26px;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}