@charset "utf-8";
/* CSS Document */

#about.current a {
	background-position: left top;
}
#content {
	width: auto;
}
#page_layout {
	height: auto;
	width: 865px; /* 821px */
	margin: 0 auto;
}
.pg_top {
	height: 15px;
	background: url(../images/mid_page_top.png) repeat-x;
	margin: 0 15px;
}
.pg_top_lft {
	background: url(../images/lft_corner_pg.png) no-repeat left top;
	height: 15px;
	margin: 0 0 0 -15px;
}
.pg_top_rgt {
	background: url(../images/rgt_corner_pg.png) no-repeat right top;
	height: 15px;
	margin: 0 -15px 0 0;
}
.pg_bottom {
	background: url(../images/mid_pg_bottom.png) repeat-x;
	height: 15px;
	margin: 0 15px;
}
.btm_pg_lft {
	background: url(../images/left_pg_bottom.png) no-repeat left top;
	height: 15px;
	margin: 0 0 0 -15px;
}
.btm_pg_rgt {
	background: url(../images/rgt_pg_bottom.png) no-repeat right top;
	height: 15px;
	margin: 0 -15px 0 0;
}