div.tutorSummary
{
	background-color: #FFF2B9;
    margin: 2px 0 2px -5px;
    padding: 5px 0px 5px 0px;
}

	.tutorContent
	{
	    float: right;
	    width: 80%;
	}
	
		.tutorTitle{
			margin-top: 0px;
			padding-top: 0px;
		}
		
			.tutorTitle a {
				background-color: transparent;
				color: #666666;
				font-size: 1.2em;
				text-decoration: none;
			}
			
			.tutorTitle a:hover {
				text-decoration: underline;
			}
		
		.tutorSubject{
			
		}
	
	.tutorImage
	{
	    float: left;
	    margin-left: 10px;
	    width: 15%;
	}