@charset "utf-8";
/* CSS Document */

.sapore #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:550px;
}

.sapore #indexPic {
	position:absolute;
	top:27px;
	left:465px;
	width:320px;
	height:447px;
	z-index:100;
}

.sapore #indexAbout {
	position:absolute;
	top:168px;
	left:15px;
	width:422px;
	height:290px;
	z-index:1;
	color:#600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-indent:20px;
	text-align:justify;
}

.sapore #indexAbout .head {
	font-style:normal;
	font-weight:bold;
}

.sapore #bottomHead {
	top:498px;
	left:0px;
}


.sapore #bottomAddress {
	left:0px;
	top: 510px;
}

.sapore #bottomSlogan {
	left:0px;
	top: 433px;
}


.sapore #specials {
	position:absolute;
	top:450px;
	left:15px;
	z-index:1;
	color:#600;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 423px;
	text-indent:20px;
}

.sapore #specials img {
	vertical-align:top;
	border:1px #600 solid;
}

