@charset "utf-8";
/* CSS Document */

#col2_frame {
}

#col2_col1 {
	float: left;
	width: 700px;
}
#col2_col2 {
	float: right;
	width: 215px;
	border-left-style: dashed;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#col2_col2 h1 {
	margin: 0px;
	padding: 0px;
}
