* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial;
	color: #666;
	background: #e8eded;
}
a {
	text-decoration: none;
	color: #666;
}	

#content {
	width: 1000px;
	height: 748px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 1px;
	background: white;
}
#map {
	width: 960px;
	margin: 0 auto;
	margin-top: 18px;
}
#contact {
	width: 960px;
	margin: 0 auto;
	margin-top: 45px;
	font-size: 24px;
	color: #39b4be;
}

.clear {
	clear: both;
}
.contact {
	background: url(../images/contact.jpg);
	width: 475px;
	height: 269px;
	margin: 15px 0 0 16px;
	float: left;
}
.title {
	font-size: 18px;
	color: #39b4be;
	margin: 31px 0 0 25px;
}
.name {
	font-size: 14px;
	color: #39b4be;
	margin: 18px 0 0 25px;
}
.content {
	margin: 14px 0 0 25px;
	line-height: 22px;
}