@charset "UTF-8";
/* CSS Document */

	

#top-block #left {
	width:100%;
	margin:20px 51px 30px 0;
}

#top-block #left p {
	margin-bottom:20px;
}

#top-block #right {
	width:395px;
	margin:20px 0 0 0;
	float:left;
}

.staff-container {
	margin-bottom:30px;
}

.staff-pic {
	width:136px;
	float:left;
	height:159px;
	background:#a6a6a6;
}

.staff-copy {
	float:right;
	width:246px;
	font-size:14px;
}

#bottom-block p {
	margin-bottom:20px;
}

#bottom-block h3 {
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}

#bottom-block td {
	padding:5px;
}

tr:nth-child(even) {background: #FFF}

#bottom-block td a {
	text-decoration:underline;
	color:#2a2a2a;
}

#bottom-block td a:hover {
	text-decoration:none;
	color:#2a2a2a;
}