body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 900px;
	color: #584f56;
	background: #eceee7 url(images/bkg.jpg) no-repeat scroll top left;
}

a {
	color: #7f4517;
	text-decoration: none;
}
a:hover {
	color: #eceee7;
}

#container {
	position: relative;
	top: 25px;
	left: 460px;
	width: 380px; /* change this total width for wider resolutions */
}

.title {
	height: 60px;
	font: italic 2.3em "Times New Roman", Times, serif;
	color: #584f56;
	text-align: center;
}

.phone {
	height: 60px;
	font: italic 1.5em "Times New Roman", Times, serif;
	color: #584f56;
	text-align: center;
}

.price {
	height: 60px;
	font: italic 1.5em "Times New Roman", Times, serif;
	color: #584f56;
	text-align: center;
}

.center {
	text-align: center;
	font-size: 0.8em;
}

span.italic {
	font-style: italic;
}

span.sign {
	font-family: cursive;
	font-size: 1.5em;
}

span.cursive {
	font-family: cursive;
	font-size: 1em;
}

span.small {
	font-size: 0.8em;
}

span.bold {
	font-weight: bold;
}

.menu {
	height: 40px;
}

.info {
	position: relative;
	top: 6px;
	left: 0.5em;
}
.info img {
	float: left;
	padding: 5px;
	margin-right: 1em;
}


.insert {
	height: 1%;
	margin-top: -8px;
	margin-left: -2px;
}

.filler {
	clear: left;
	float: left;
	width: 1em;
	height: 100px;
}

.footer {
	
	position: absolute;
	top: 550px;
	right: 0px;
	left: 0px;
	margin-right: 1em;
	padding-top: 3px;
	border-top: 1px solid #7f4517;
	font-size: .75em;
	text-align: right;
}
