
#handmade .handmade-header{
	margin: 0px;
	padding: 0px;
}

#handmade .handmade-header h3{
	margin: 0px;
	padding: 0px;
}

#handmade .handmade-header p{
	margin: 0px;
	padding: 20px 0px 0px;
	
}




#handmade .handmade-profile{
	margin: 0px;
	padding: 30px 0px 0px;
}

#handmade .handmade-profile p.sort{
	text-align: right;
	padding: 0px 0px 5px;
}

#handmade .handmade-profile .profile{
	margin: 0px 0px 25px;
	padding: 2px;
	width: 956px;
	border: 5px solid #CCC;
}

#handmade .handmade-profile .profile .photo{
	float: left;
	width: 180px;
}

#handmade .handmade-profile .profile .data{
	float: right;
	width: 735px;
	padding-right: 20px;
}

#handmade .handmade-profile .profile .data p{
	line-height: 160%;
	margin: 0px;
	padding: 20px 0px 0px;
}

#handmade .handmade-profile .profile .data .data-img{}

#handmade .handmade-profile .profile .data .data-img .data-l{
	float: left;
	width: 380px;
}

#handmade .handmade-profile .profile .data .data-img .data-l p.name{
	margin: 0px;
	padding: 15px 0px 0px;
}

#handmade .handmade-profile .profile .data .data-img .data-l p.company{
	padding: 10px 0px 0px;
}

#handmade .handmade-profile .profile .data .data-img .data-r{
	float: right;
	width: 300px;
	text-align: right;
}

#handmade .handmade-profile .profile .data .data-img .data-r p{
	padding: 20px 0px 0px;
}

#handmade .handmade-profile .profile .data .data-img .data-r p.pd30{
	padding-top: 30px;
}

#handmade .handmade-profile .profile .data .data-img .data-r p.pd10{
	padding-top: 10px;
}

#handmade .handmade-profile .profile .data .info{
	background: #E7E7E7;
	margin: 15px 0px 0px;
	padding: 5px 10px;
	width: 715px;
}

#handmade .handmade-profile .profile .data .info ul li{
	float: left;
	
}

#handmade .handmade-profile .profile .data .info ul li.address{width: 150px;}

#handmade .handmade-profile .profile .data .info ul li.contact{width: 300px;}




#handmade .handmade-coordinator{
	margin: 0px;
	padding: 60px 0px 0px;
}

#handmade .handmade-coordinator .coordinator-profile{
	margin: 0px;
	padding: 20px 0px 0px;
}

#handmade .handmade-coordinator .coordinator-profile p.photo{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}

#handmade .handmade-coordinator .coordinator-profile .data{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 825px;
}

#handmade .handmade-coordinator .coordinator-profile .data p.name{
	margin: 0px;
	padding: 15px 0px 0px;
}

#handmade .handmade-coordinator .coordinator-profile .data p.text{
	margin: 0px;
	padding: 10px 0px 0px;
}



#handmade .handmade-schedule{
	margin: 0px;
	padding: 30px 0px 0px;
}

#handmade .handmade-schedule table{
	width: 100%;
	margin-top: 20px;
}

#handmade .handmade-schedule table th{
	background: #F7F7F7;
	padding: 10px 0px;
	border: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

#handmade .handmade-schedule table td{
	padding: 10px;
	border: 1px solid #CCC;
}

#handmade .handmade-schedule table td.time{
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	width: 110px;
}

#handmade .handmade-schedule table td.s{
	width: 240px;
	line-height: 140%;
	vertical-align: middle;
	
}
#handmade .handmade-schedule table td.s p span{font-size: 85%;}
#handmade .handmade-schedule table td.s p strong{
	font-weight: bold;
}

#handmade .handmade-schedule table td.event{
	padding: 0px;
	vertical-align: top;
}

#handmade .handmade-schedule table td.event p.title{
	font-weight: bold;
	color: #FFF;
	background: #333;
	margin: 0px;
	padding: 5px 10px;
}

#handmade .handmade-schedule table td.event p.text{
	padding: 8px 10px;
	line-height: 140%;
}

#handmade .handmade-schedule p.notes{
	padding: 10px 0px 0px;
}

