@charset "utf-8";
/* CSS Document */

#container {
width: 900px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}#banner {
	background-image: url(work-banner.jpg);
	height: 85px;
	width: 900px;
}
#recent_work {
	background-image: url(work%20page%20images/roubini-detail-header.jpg);
	float: right;
	height: 205px;
	width: 500px;
}
#recent_title {
	float: left;
	height: 205px;
	width: 400px;
}
#past_work {
	background-image: url(work%20page%20images/past_work_header.jpg);
	float: right;
	height: 205px;
	width: 500px;
	margin-top: 10px;
}
#past_title {
	float: left;
	height: 205px;
	width: 400px;
	margin-top: 10px;
}
#recent_title {
	text-align: center;
}
#past_title {
	text-align: center;
}
#container #home_link {
	text-align: right;
}
