#wrap #content #up {
	height: 290px;
	width: 714px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#wrap #content #up #img {
	background-image: url(img/nadiaWORK.jpg);
	background-repeat: no-repeat;
	height: 277px;
	width: 300px;
	float: left;
}
#wrap #content #up #textwork {
	float: right;
	width: 400px;
}
#wrap #content #down {
	height: 140px;
	width: 714px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#wrap #content #down #left {
	float: left;
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}
#wrap #content #down #center {
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}
#wrap #content #down #right {
	float: right;
	height: 140px;
	width: 226px;
	border: 1px solid #DFDFDF;
	background-image: url(img/box.png);
	background-repeat: no-repeat;
}