body {
	font-family: "Book Antiqua";
}
.tableText1{
	font-family: "Book Antiqua";
	line-height : 16px;
	font-weight : bold;
}
.text{
	font-family: "Book Antiqua";
	color: #c8af7c; 
}
.menuTitleBold { 
	color: #c8af7c;
	font-family: "Book Antiqua";
	font-size: 24px;
	font-weight: bold;
}
.menuTitleFirst { 
	color: #c8af7c;
	font-family: "Book Antiqua";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -6px;
}
.menuTitle {
	color: #c8af7c;
	font-family: "Book Antiqua";
	font-size: 13px;
	font-weight: bold;
	font: small-caps;
	letter-spacing: 1px;
}
.menuText {
	font-family: "Book Antiqua";
	color: #c8af7c; 
	font-family: Arial;  
	font-size: 10px;
	letter-spacing: 0px;  
}
.menuTextBold, .menuTextBold a {
	color: #c8af7c; 
	font-family: "Book Antiqua";  
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
}
.menuNote {
	font-family: "Book Antiqua";
	color: #c8af7c;
	font-family: Arial;  
	font-size: 10px;
	font: italic;
	letter-spacing: 0px;
}
.extrasTextRegular {
	font-family: "Book Antiqua";
	color: #c8af7c;  
	font-size: 13px;
	letter-spacing: 0px;	
}
.extrasTextSmaller {
	color: #c8af7c; 
	font-family: "Book Antiqua";  
	font-size: 12px;
	letter-spacing: 0px;	
}
.whiteSmallBold { 
	font-family: "Book Antiqua";
	font: 12px;
	font-weight: bold;  
	font-family: Arial;
	color: #EEEEEE;	
}
.breadCrumb { 
	color: White;  
	font-family: "Book Antiqua";
	font-size: smaller;
	font-weight: bolder;
	text-align: left;
}
.calendar td {
    color:#333;
    font-weight:bold;
    border:1px solid #963;
    text-align:center;
}
.month {
        
}
.days {
        
}
.bbqDay {
    background-color:#c33;
}
.classicDay {
    background-color:#093;
}
.closedDay {
    background-color:#ccc;
}

#recipies {
	display:none;
}

#recipe {
	padding:20px;
}

#recipeTitle {
	text-align:center;
}

#recipeMenu {
	text-align:center;
}

.separator {
	background-color:blue;
}

#border-right {
	width:8px;
	background: url(/images/border-right.jpg) top right repeat-y;
}

#border-left {
	width:8px;
	background: url(/images/border-left.jpg) top left repeat-y;
}