.office a {
	color: #CD6601;
	text-decoration: none;
}

.office div.head {
	font-size: 2em;
	margin-bottom: 1em;
	clear: both;
}

.office hr {
	margin-bottom: 0.8em;
}

.office {
	margin: 0;
	padding: 0;

	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	
	color: #000000;
}
.office p {
	color: #000000;
}

.office h1 {
	margin: 0 0 0 0;

	font-family: Arial, Sans-Serif;
	font-size: 2.3em;
}
.office h2 {
	margin: 0 0 0 0;

	font-family: Arial, Sans-Serif;
	font-size: 2em;
}

.office .items {
	margin: 0;
	padding: 0;
}
.office .items .head2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;

	color: #CD6601;
}
.office .items .data {
	margin-bottom: 1em;
	/*margin-left: 1.5em;*/
}
.office img {
	border: 1px solid #CCC;
}
.office .items img {
	float: right;
	width: 300px;
	height: 200px;
	margin-bottom: 2em;
}
.office .person {
	width: 47%;
	float: left;
	margin: 0;
	padding: 0;

	height: 140px;
	
	line-height: 2em;
}
.office .person .head2 {
	font-size: 1em;
	font-weight: bold;
}
.office .person .data {
	/*margin-left: 1.5em;*/
}
.office .person img {
	float: right;

	margin: 0;

	vertical-align: text-top;

	width: 100px;
	height: 130px;
}

.office .person2 {
	width: 47%;
	float: right;
	margin: 0;
	padding: 0;

	line-height: 2em;

	height: 140px;
}
.office .person2 .head2 {
	font-size: 1em;
	font-weight: bold;
}
.office .person2 .data {
	/*margin-left: 1.5em;*/
}
.office .person2 img {
	float: right;

	margin: 0;

	vertical-align: text-top;

	width: 100px;
	height: 130px;
}

