#rayout {
	width: 850px;
	margin: 0 auto;
}
#head {
	background-image: url(../img/head_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 850px;
}
#head li {
	float: left;
}
#menu {
	float: left;
	margin-top: 20px;
}
#menu li {
	margin: 7px 0;
}
#content {
	float: right;
	width: 620px;
	margin-top: 20px;
	padding-right: 15px;
}
#foot {
	clear: both;
	width: 840px;
	padding-top: 14px;
	height: 26px;
	background-image: url(../img/foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
}
#tr-text {
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	vertical-align: middle;
}
.td-text {
	line-height: 160%;
}
#border {
	float: right;
	width: 620px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
	margin: 0px 0px 10px;
	padding: 0px;
	vertical-align: middle;
}

