#content{
	width: 750px;
    margin: 0 55px;
}
#right-side{
	float: right;
	width: 420px;
	
}
#left-side{
	float: left;
	width: 260px;
}
#company-photo{
	margin: 20px 0;
}

#member{
	margin: 15px 0 10px;
   
}
th{
    font-weight:normal;
}
#member th,#member td{
	padding: 10px;
	border: none;
	border-collapse: collapse;
}
#member th{
	width: 25%;
	text-align: left;
}
#member tr:nth-child(2n){
	background-color: #f3f3f3;
}
#member tr:nth-child(2n+1){
	background-color: #fffcec;
}


/* h2{
padding-left: 8px;
margin-left: 10px;
border-left: solid 4px #8080bf;
text-align: left;
font-weight: bold;
color: #333;
background-color: #fff;
margin-bottom: 0px;
font-size: 130%;
width: 800px;
}
*/
