#welcome {
	margin: 0 0 30px 0;
	}
	
	
/** Artist Profile **/
.artist_profile {
	margin: 5px 0 40px 0;
	}
	
* html .artist_profile,
* html .production {
  height: 1px;
}

#content h3 {
  width: 350px;
}

h1 {
	margin-bottom: 20px;
	}
	
	
.production-content{
    width: 280px;
    float: left;

}

#content .production-content h3{
    width: 250px;
}


.production img{
    float: right;
}


	
	