* {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	background-color: silver;
	font-size: 12pt; margin-top:20px;margin-bottom:20px
}
#wrap {
	width: 800px;
	margin: auto;
	border: 2px black solid;background-color: #F7EDFA;
}
#header {
	width: 800px;
	height: 90px;
	background-color: #F7EDFA;
}
.logo {
	width: 340px;
	float: left;
	text-align: center;
	height: 90px;
}
.logoright {float: left;
	width: 455px;
	text-align: center;
	height: 90px;
}
.logoright h1{
	font-size:16px
}
#content {
	width: 800px;
	background-color: #F7EDFA;
	text-align: center;
}
#footer {
	width: 800px;
	text-align: center;
	height: 30px;
	background-color: #F7EDFA;
}
#photo {
	width: 585px; margin-left:110px;
	text-align: center;
}
#photo img {
	margin-bottom: 10px;
}
p {
	margin:5px 0 5px 0
}
.tel {
	clear: both; text-align: center
}

