@charset "UTF-8";
#main-base {
	width: 900px;
}
#left-nav {
	background-color: #323232;
	width: 160px;
	height: 650px;
	float: left;
}
#left-nav ul {
	list-style-type: none;
	margin-top: 20px;
}
#profile {
	float: right;
	width: 738px;
	height: 647px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-image: url(../material/work-37.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pro-text {
	float: left;
	width: 480px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 10px;
}
.pro-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.pro-text h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999;
	padding-bottom: 20px;
}
.pro-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #666;
	padding-top: 10px;
	text-indent: 20px;
}
.pro-photo {
	float: right;
	width: 170px;
	padding-top: 30px;
}
