
#main-body {   
  margin-left: 60px;
}

.course-info {
  background-image:url('../images/educationBackgroundImage.png');
  background-repeat:no-repeat;  
  width: 430px;
  height: 200px;
  float: left;
  margin: 10px;
}

.course-title {
  width: 430px;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
  font-weight: bold;  
  position: relative;
  top: 10px;  
  left: 9px;
}

.course-picture {
  width: 87px;  
  padding: 10px;  
  position: relative;
  top: -2px;
  left: 6px;
}

.course-details {
  width: 320px;
  position: relative;
  top: -120px;
  left: 110px;
}
 
#clearer {
  clear: both; 
}
