.photoList {
	clear:both;
	width: 680px;
	padding-right: -20px;
}
.photoList li{
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
.photoList li:last-child{
	margin-right:0px;
}
#feeTable {
	width: 100%;
	border-collapse: collapse;
}
#feeTable th  ,#feeTable td{
	border: 1px solid #FFF;
}
#feeTable th {
	padding: 10px 20px;
	background-color: #6DA833;
	text-align:left;
	color: #FFF;
}
#feeTable th.topHl {
	padding: 10px 20px;
	background-color: #A17542;
	text-align:center;
	color: #FFF;
}
#feeTable td {
	padding: 10px 20px;
	background-color: #F7F1E2;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.women {
	float: right;
	margin-top: -20px;
}
