/* York Wines Case study CSS Document */

/****************  Block styles ****************/

#block_container{
	height:175px;
	width:900px;
}


#block_green_cs{
	height:175px;
	width:600px;
	float: left;
	background-image: url(images/block_actinic_case_study.png);
}


#block_blue_cs{
	height:120px;
	width:300px;
	background-image: url(images/block_CS_yorkwines.png);
	float: left;
	margin-top: 35px;
}


/**************** Content title style ****************/

#Content_title_case_study{
	height:35px;
	line-height:1.5em;
	width:250px;
	float: left;
	border-bottom: 1px solid #999999;
	background-image: url(images/head_project_case_study.png);
}

