body {
	background: #cdbc8b url(/images/background.jpg);
	font-family: georgia serif;
	color: #541d0a;
	}

div#banner {
	background: url(/images/banner.png);
	position: relative;
	left: 50%;
	width: 796px;
	height: 260px;
	margin-left: -398px;
}

div#info {
	background: url(/images/content_background.png);
	position: relative;
	left: 50%;
	font: bold 130%/140% georgia;
	text-align: center;
	width: 796px;
	padding: 15px 0 10px;
	margin-left: -398px;
}
	
div#content {
	position: relative;
	left: 50%;
	background: url(/images/content_background.png);
	width: 796px;
	margin-left: -398px;
}

.item {
	clear: both;
	color: #937245;
	font: bold 135%/130% georgia;
	padding: 30px 70px;
	}

.item img {
	float: left;
	padding: 2px;
	border: solid 2px #936f3b;
	margin-right: 20px;
	}
	
div#footer { clear: both;
	font-family: arial;
	text-align: center;
	padding: 40px 0 0;
}

div#footer a {
	border-bottom: solid 1px #73572e;
}

div#footer a:hover { border: none; }
	
div#bottom {
	clear: both;	
	position: relative;
	left: 50%;
	background: url(/images/footer.png) bottom no-repeat;
	font-family: arial;
	padding: 20px 80px 40px;
	text-align: center;
	height: 20px;
	width: 636px;
	margin-left: -398px;
}

div.item_info {
	float: left;
	width: 400px;
}

p.price {
	font: 90%/130% georgia;
	color: #765;
}

p.description {
	border-bottom: solid 1px #937245;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

/* map
-----------------------------*/
div#map {
	padding: 2px;
	border: solid 2px #936f3b;
	width: 500px;
}
iframe#map_frame {
	font: 90%/130% georgia;
	color: #765;
	padding: 2px;
	border: solid 2px #936f3b;
}