@charset "utf-8";
/* CSS Document */

#post-it-header {
	width: 219px;
	padding: 10px 30px;
	height: 31px; 
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-header.jpg);
	background-repeat: no-repeat;
}

#post-it-repeat {
	width: 219px;
	padding: 10px 30px; 
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-repeat.jpg);
	background-repeat: repeat-y;
}

#post-it-footer {
	width: 219px;
	padding: 10px 30px;
	height: 130px;
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-footer.jpg);
	background-repeat: no-repeat;
}

#post-it-footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #834A31;
}

.menu_table {
	width:219px;
}

.left_table {
	text-align:left;
}

.menu_category_cell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #834A31;
	margin: 10px 0 !important;
}

.menu_price_cell {
	display: none;
}

.menu_content_cell {
	 padding:5px 0; 
}

.menu_title {
	color:#834A31;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight: bold;
	margin: 10px 0 !important;
}

.menu_description {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

.menu_description a {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight: bold;
}

.menu_content_price_cell {
	display: none;
}

.menu_separator_row {
	
}

.menu_notes {
}