/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #fff;
	color: #000;
	text-align: left;
}
div.people {
	margin: 0 auto;
	padding: 0;
	width: 770px;
}
div.people img {
	width: 770px;
	height: 400px;
}
ul {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	list-style: none;
	font-size: 1em;
}
ul li {
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
}
ul li.first {
	margin: 0 9px 0 0;
}
a img {
	border: 0;
}
div.bsh {
	margin: 0 auto;
	padding: 2px 10px;
	width: 750px;
	background-color: #ff7f00;
	text-align: center;
	clear: both;
}
p.bsh {
	margin: 10px auto;
	padding: 0 10px 20px 10px;
	width: 750px;
	color: #8c8c8c;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}
div.header {
	padding: 5px 70px 8px 70px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #F5821F;
}
div.header a:link, div.header a:visited, div.header a:hover, div.header a:focus, div.header a:active {
	color: #fff;
	text-decoration: underline;	
}
div.header a:hover {
	text-decoration: none;
}
div.header a.left:link, div.header a.left:visited, div.header a.left:hover, div.header a.left:focus, div.header a.left:active {
	float: left;
}
div.header a.right:link, div.header a.right:visited, div.header a.right:hover, div.header a.right:focus, div.header a.right:active {
	float: right;
}