@import url("layout.css");
@import url("sub.css");

#wrap #body {
	min-height: 320px;
}
* html #wrap #body {
	height: 440px; /* 320 */
}

/*
 * pds Main Center
 */
#body #center {
	width: 396px;
	float: left;
	background-image: url(/2006/html/images/sub_center_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#center h2 {
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	margin: 0px;
	height: 120px;
}
#center h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4AC9B;
	padding-bottom: 5px;
	padding-left: 2px;
	margin: 0px;
}
#center .align_left {
	padding-top: 5px;
	width: 245px;
}
#center .bg_center {
	background-image: url(/2006/html/images/sub_center_bot2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*
 * pds subpage
 */
/* pds info */
#body .pds_box {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.pds_box h3 {
	font-size: 120%;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.pds_box h4 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.pds_box blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.pds_box blockquote p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

