@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

html {
	border: 10px solid #ccc;
	height: 97.2%;
}

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Neutra Text TF Bold", "Helvetica Neue Bold", "Helvetica Bold", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
#logo {
	height: 49px;
	width: 298px;
	margin-top: 50px;
	margin-left: 50px;
}
#container #header {
}
#container #msg {
	width: 850px;
	margin-left: 50px;
	margin-top: 50px;
	color: #000;
	font-family: "Neutra Text TF Bold", "Helvetica Neue Bold", "Helvetica Bold", sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	overflow: hidden;
}
#container #msg p {
	font-size: 3em;
}
#container #people {
	margin-left: 50px;
	margin-top: -1px;
	height: 149px;
}
#container #people .employee {
	width: 149px;
	float: left;
	margin-right: 26px;
}
.clearfix {
	clear: both;
}
#container #people .employee .name {
	padding-top: 7px;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#container #people .employee .title {
	font-size: 0.8em;
	padding-top: 2px;
	color: #666;
}
#container #people .employee .phone {
	font-size: 0.8em;
	padding-top: 7px;
}
#container #people .employee .mail {
	font-size: 0.8em;
	padding-top: 0px;
}
#container #footer {
	width: 850px;
	margin-left: 50px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 37px;
	margin-bottom: 100px;
	font-size: 0.8em;
}
