@charset "utf-8";
/* CSS Document */
.colum_title{
	margin:20px 0px 20px 0px;
	font-weight:bold;
	}

#instructors{
	width:714px;
	border:3px solid #e5ebeb;
	padding:15px 10px;
	}

#instructors hr{
	width:700px;
	border:1px dotted #aaa;
	border-width:1px 0px 0px 0px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	height:1px;
	}
	
.instructors-name{
	font-weight:bold;
	margin-bottom:10px;
	}

.wd-600{
	width:570px;
	}
	
.dotted-line{
	width:700px;
	background-image:url(../images/dotted.gif);
	background-repeat:repeat-x;
	height:1px;
	margin:15px 0px 15px 0px;
	}
	
.fs16 {
	font-size:16px;
}

