body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	background:#56312b url(../images/tile.jpg);
	color:#b8bcbb;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:15px auto;
	width:960px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:958px;
	float:left;
	background:#3a0b03;
	font-size:1.2em;
	min-height:300px;	
	border:1px solid #927975;
}
#masthead {
	margin:0px auto;
	width:619px;
	position:relative;
	height:105px;
}
#content {
	margin:0px auto;
	width:619px;
	padding-bottom:20px;
	position:relative;
}
#map {
	float:right;
	width:619px;
	height:328px;
	margin:0 0 3px 0;
	color:#747474;
}
#masthead ul {
	float:left;
	list-style:none;
	margin:75px 0 0 0;
}
#masthead li, #masthead li a {
	float:left;
	color:#b8bcbb;
	text-decoration:none;
	margin:0 10px 0 0;
}
#masthead li {
	background:url(../images/divide.jpg) no-repeat right center;
}
#masthead li.map {
	background:none;
}
#masthead li a {
	line-height:20px;
	font-size:1.1em;
}
#masthead li a:hover {
	text-decoration:underline;
}
#masthead img {
	border:none;
	position:absolute;
	right:0px;
	top:15px;
}
img.address {
	float:right;
	margin:12px 0 45px 0;
}
p {
	clear:both;
	text-align:center;
}
