body {
	font-family: helvetica;
}

#wrapper {
	background: url(../img/navalha.png) no-repeat 630px 40px;
	padding: 30px 0 30px 60px;
	width: 700px;
}

h1 {
	font-size: 60px;
	font-weight: bold;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 20px;
}

h3 {
	clear: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
	width: 600px;
}

div.location {

}

div.location p {
	float: left;
}

div.map {
	margin-top: 15px;
	float: left;
	clear: left;
	width: 300px;
}

div.map a img {
	display: block;
	float: left;
	clear: left;
	border: 2px solid #000;
}

div.map a:hover img {
	border: 2px solid #0000ff;
}

div.adr {
	float: left;
	line-height: 1.5em;
	margin-top: 15px;
	width: 300px;
}

dl {
	float: left;
	width: 300px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	font-size: 14px;
	line-height: 1.5em;
}

.clearfix:after, div.location:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

