/* CSS Document */

#top {
	background-image: url(../images/past_projects/top.png);
	background-repeat: no-repeat;
	width: 559px;
	height: 103px;
	margin: 0px auto;
	overflow: hidden;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/past_projects/top.png',sizingMethod='crop');
	height: 98px;
}
#middle {
	background-image: url(../images/past_projects/middle.jpg);
	background-repeat: no-repeat;
	width: 534px;
	height: 391px;
	padding: 15px 10px 20px 15px;
	margin: 0px auto;
}
*html #middle {
	width: 559px;
	height: 426px;
	text-align: left;
}
#middle_inner {
	width: 524px;
	height: 381px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 534px;
	height: 391px;
	text-align: left;
}
#bottom {
	background-image: url(../images/past_projects/bottom.png);
	background-repeat: no-repeat;
	width: 559px;
	height: 39px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/past_projects/bottom.png',sizingMethod='crop');
}