@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	background-color:#DFD2C1;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

body a {
	text-align:center;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

body a:hover {
	color:#F99;
	text-decoration:none;
	background-color:#FFF;
	font-weight:bold;
}

.homeLinks, .homeLinks a {
	font-size:14px;
	font-weight:normal;
	color:#F99;
}
.homeLinks a:hover {
	color:#090;
	font-weight:normal;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:880px;
	height:250px;
	padding:10px;
	background-color:#FFF;
	/*background-image:url(../imgs/pie-fade-sepia.jpg);*/
	background-repeat:no-repeat;
}

.buttonBox {
	width:100px;
	height:17px;
	float:left;
	text-align:center;
	padding-top:3px;
}

#guts {
	width:880px;
	height:600px;
	background-color:#FFF;
	padding:10px;
	margin-top:5px;
}

#footer {
	width:880px;
	height:60px;
	background-color:#FFF;
	padding:10px;
	margin-top:5px;
}

.lineBox {
	width:100%;
	height:100%;
	border:#000 thin dotted;
}
.menuHeader {
	width:575px;
	height:40px;
	padding-left:25px;
	padding-top:8px;
	background-color:#693;
	color:#FFF;
	font-size:30px;
	margin: 0 auto;
	text-align:left;
}
.pie {
	font-size:24px;
	color:#F99;
	text-align:left;
}
.price {
	color:#666;
	font-size:24px;
}
.description {
	color:#000;
	font-size:14px;
}
.quote {
	font-size:14px; 
	line-height:1.2;
	color:#F99;
}
.quote-box {
	width:600px; 
	margin:50px auto 75px auto; 
	height:auto;
	text-align:left;
}

	