/* CSS Document */
#staff {
	background-image: url(../img/staff_bg.jpg);
	background-repeat: no-repeat;
	line-height: 150%;
	background-position: bottom;

}

#staff .title {
	margin-top: 10px;
}


#staff .content {
	padding: 10px;
	margin: 0px;
}


#staff td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 15%;
}
#staff .td_left {
	width: 35%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
}
#staff .td_right {
	width: 15%;
}





#staff table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-left-color: #666666;
	width: 780px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#staff table a{
	color: #FF6600;

}

