@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(recent-work-banner.jpg);
	height: 87px;
	width: 900px;
}
#portrait_image {
	background-image: url(work%20page%20images/Portrait_images/the%20face-detail-01_site.jpg);
	float: right;
	height: 250px;
	width: 600px;
}
#portrait_link {
	float: left;
	height: 250px;
	width: 250px;
	padding-left: 50px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#present_image {
	background-image: url(work%20page%20images/present_header_site.jpg);
	float: right;
	height: 250px;
	width: 600px;
	margin-top: 10px;
}
#present_link {
	float: left;
	height: 250px;
	width: 250px;
	padding-left: 50px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#zustand_image {
	background-image: url(work%20page%20images/zustand_header.jpg);
	float: right;
	height: 250px;
	width: 600px;
	margin-top: 10px;
}
#zustand_link {
	float: left;
	height: 250px;
	width: 250px;
	padding-left:50px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
#container #home_link {
	text-align: right;
}
#container #portrait_link h2 {

}
#container #present_link h2 {
	text-align: left;
}
#container #zustand_link h2 {
	text-align: left;
}

