#edu {
	margin: 0;
}

	#edu h1 {
		
		width: 100%;
		float: left;
	}

	#edu #courses_left {
		
		margin: 0;
		width: 250px;
		float: left;
	}
	
	#edu #courses_right {
		
		margin: 0;
		width: 250px;
		float: right;
		padding-left: 30px;
		border-left: 1px dashed #9a9a9a;
	}

	#edu p {
		margin: 5px 0;
		line-height: 18px;
		text-align: justify;
	}
	
	#edu h2 {
	
		marin: 0;
	}
	
	#edu h4 {
	
		marin: 0;
		font-weight: bold;
	}
	
	#edu li {
		list-style: none;
	}
	
	#edu em.arrows {
		
		font-style: normal;
		color: #ff7d00;
		font-weight: bold;
	}
	
	#edu em.bold {
		
		font-style: normal;
		font-weight: bold;
	}
	
