#MenuTable {
	margin: 0;
	padding: 0;
	text-align: left;

	position: relative;
	left: 0px;
	width: 100%;
}
#MenuTable .columns {
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#MenuTable .column {
	width: 400px;
	float: left;
}
#MenuTable .column-inner {
	margin: 0 20px;
}
#MenuTable .item {
	margin: 0 0 10px;
}
#MenuTable .title {
	text-align: center;
	font-size: 16pt;
	background: inherit;
	color: #896C4D;
}

#MenuTable .info {
	border-top: 1px dotted #896C4D;
	line-height: 2.5em;
}
#MenuTable .name {
	float: left;
}
#MenuTable .ellipses {
	display: none;
}
#MenuTable .price {
	float: right;
}
#MenuTable .description {
	padding: 0 10px;
	clear: both;
	font: normal normal 10pt/normal Verdana, sans-serif;
	background: inherit;
	color: #EFE3CA;
}

#MenuTable ul {
	margin: 0;
	padding: 0;
}
#MenuTable #DailySelections li {
	list-style: disc inside;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#MenuTable #SpecialtyMenu .item {
	margin-left: 15px;
}
#MenuTable #DailySelections .item {
	margin-right: 15px;
}

#BannerWrapper {
	position: relative;
	padding-top: 190px;
	margin: 0;
}

.cakescolumn
{
	width:700px;
	float:left;
}

.pricecolumn
{
	width:75px;
	float:right;
	padding: 5px 0 0 0;
}

.cakeprice
{
	padding: 0px 35px 0px 0px;
}

.cakesize
{
	margin: 0 0 0 500px;
	padding: 0px 0 2px 0;
}

.spacing
{
	float:left;
	padding: 1px 0 1px 0x;
	width:75px;
}

#cheesecakes, #crumbles, #bccakes, #shortcakes
{
	display:none;
}