@charset "utf-8";

.menuheading {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}

.scmenutitle {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
	border-bottom-color: #666666;
	padding-top: 20px;
}

.times {
	font-size: 80%;
	color: #666666;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	padding-right: 120px;
}

.menuintro {
	font-size: 80%;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 120px;
}

   .menuContent {
	width: 680px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	position: relative;
	float: right;
	margin-right: 20px;
   }
   
   .singlecolumn {
   
   }
   
   .LHcolumn {
	width: 330px;
	float: left;   
   }
   
    .RHcolumn {
	width: 330px;
	float: right;   
   }

.menuSection {
	height: 100%;
}



.menuitem {

}

.title {
	width: 250px;
	float: left;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
}

.price {
	width: 75px;
	float: right;
	padding-left: 5px;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
}

.description {
	width: 250px;
	clear: both;
	font-size: 80%;
	color: #666666;
	padding-bottom: 10px;
	font-weight: normal;
}

.scmenuitem {

}

.sctitle {
	width: 500px;
	float: left;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
}

.scprice {
	width: 75px;
	float: left;
	padding-left: 5px;
	font-size: 90%;
	color: #333333;
	font-weight: bold;
}

.scdescription {
	width: 550px;
	clear: both;
	font-size: 80%;
	color: #666666;
	padding-bottom: 10px;
	font-weight: normal;
}


.clearFix {
	clear: both;
}
