/* CSS Document */
body {
	margin:0;
	padding: 0;
	background: #ebeac7 url(images/bg.jpg) no-repeat center 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	position:relative;
	width:  757px;
	margin: 40px auto 0 auto;
	background: url(images/container-bg.gif) repeat-y;
	}
#top {
	background: url(images/container-top.gif) no-repeat;
	height: 24px;
	}

#footer {
	clear:both;
	background: url(images/footer.gif) no-repeat;
	height: 81px;
	padding: 0 23px;
	}
#left {
	position: relative;
	top:5px;
	left: 22px;
	width: 127px;
	float: left;
	}
#main {
	position: relative;
	top: 0;
	left: 0;
	width:555px;
	float:right;
	margin-right:10px;
}	
#main table#sizes {
	float:right;
	width:220px;
	background:#CAD0AE;
	border:1px #dfdebd solid;
	margin-right:3px;
}


#main table.home_nav {
	border: none;
	background: none;
	}
#main p.home_msg {
	color:#95947e;
	text-align:center;
	display:block;
}

#cakes a img {border:4px #dfdebd solid;}
#cakes a:hover img {border:4px #bdbca0 solid;}
#main table#sizes td {
	border-bottom:1px #666 solid;
	}
#cakes table {
	background: #fff;
	width: 99%;
	border:2px solid #dfdebd;
	}
#cakes small {
	display:block;
	text-align:center;
	padding:10px 0;
}
#footer p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 130%;
	padding-top: 30px;
	}
#footer a {color:#fff;text-decoration: none;}
#footer a:hover {text-decoration:underline;}
.tableFaq {
	font-size:12px;
	border:thin #333333 solid;
	width:500px;
}