
body {
	background-color:#efefef;
	font-family:"Arial", Verdana, Sans-serif;
}

#wrapper {
	background-color: #fff;
	width: 850px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	margin-top: 5px;
	font-size: 50px;
	color: rgb(165,11,52);
	line-height: .9em;
}

header  h3 {
	font-size: 25px;
	line-height: 0em;
	position: relative;
	top: -10px;
	left: 5px;
}

header img {
	float: left;
}

p {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Arial", Verdana, Sans-serif;
}

#wrapper a{
	text-decoration:none;
	/*color: rgb(165,11,52);*/
}
	
#map{
	margin-left: auto;
	margin-right: auto;
	/*border-color: #efefef;*/
	border-color: rgb(248,137,168);
	border-style: solid;
	border-width: 2px;

}

footer p a {
	text-decoration: none;
	font-weight:bold;
	color: rgb(165,11,52);
}

a img{
	border: none;
}