@charset "utf-8";
/* CSS Document */

#about.current a {
	background-position: left top;
}
#content {
	height: auto;
}
#page_layout {
	height: auto;
	width: 821px;
	margin: 0 auto;
}
#about_txt {
	height: auto;
	width: 754px;
	margin: 0 auto;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.about_top {
	background: url(../images/about_page_top.png) no-repeat;
	height: 84px;
	width: 754px;
}
.about_mid {
	background: url(../images/page_mid.png) repeat-y;
	height: auto;
	width: 754px;
	line-height: 20px;
	float: left;
}
.row_lft {
	height: auto;
	width: 530px;
	border-right: 4px solid #999;
	float: left;
}
.row_lft p {
	width: auto;
	text-align: justify;
	padding: 10px 8px 5px 20px;
}
.row_lft .last {
	padding: 10px 8px 6px 20px;
}
.row_lft img {
	float: right;
	margin: 0 0 0 10px;
}
.row_rgt {
	float: left;
	height: auto;
	width: 195px;
	position: relative;
	left: 3px;
}
.row_rgt p {
	font-size: 13px;
	text-align: center;
	margin: 30px 2px 0 5px;
	color: #333;
}
.row_rgt blockquote {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	margin: 40px 2px 0 5px;
}
.row_rgt .logo {
	background: url(../images/jl_logo.png) no-repeat;
	height: 66px;
	width: 86px;
	margin: 40px auto 0;
}
.about_bottom {
	background: url(../images/page_bottom.png) no-repeat;
	height: 20px;
	width: 754px;
}
.org {
	color: #C30;
}