/* CSS Document */

#top {
	background-image: url(../images/current_projects/top.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 4px;
	margin: 0px auto;
	overflow: hidden;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/current_projects/middle.jpg);
	background-repeat: no-repeat;
	width: 328px;
	height: 475px;
	padding: 20px 22px 23px 25px;
	margin: 0px auto;
}
*html #middle {
	width: 328px;
	height: 475px;
	text-align: left;
}
#middle_inner {
	width: 318px;
	height: 465px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	position: relative;
}
*html #middle_inner {
	width: 328px;
	height: 475px;
}
#bottom {
	background-image: url(../images/current_projects/bottom.png);
	background-repeat: no-repeat;
	width: 375px;
	height: 37px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/current_projects/bottom.png',sizingMethod='crop');
}