@charset "UTF-8";

#menu-column {
	float: left;
	width: 380px;
	}
	
	.menu-section-head {
		margin-bottom: 10px;
		}
		.menu-section-head h3 {
			margin-bottom: 4px;
			font-size: 18px;
			line-height: 18px;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: bold;
			color: #EE433F;
			}
		.menu-section-head p {
			font-size: 11px;
			line-height: 15px;
			font-weight: bold;
			}
			.menu-section-head p b,
			.menu-section-head p strong {
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				}
				
	.menu-section {
		margin-bottom: 15px;
		border-top: 1px solid #c4b69e;
		}
		.item {
			padding: 8px 12px 10px 0;
			width: 310px;
			vertical-align: middle;
			border: 1px solid #c4b69e;
			border-width: 0 1px 1px 0;
			}
			.item h4 {
				margin-bottom: 2px;
				font-size: 13px;
				line-height: 15px;
				font-weight: bold;
				text-transform: uppercase;
				}
			.item p {
				font-size: 11px;
				line-height: 15px;
				font-weight: bold;
				}
		.price {
			padding: 10px 12px 8px 0;
			width: 45px;
			vertical-align: middle;
			text-align: right;
			font-size: 11px;
			line-height: 15px;
			font-weight: bold;
			border-bottom: 1px solid #c4b69e;
			}
			
#photo-column {
	float: right;
	width: 460px;
	}
	#photo-column .photo {
		clear: right;
		margin-bottom: 23px;
		}
		#photo-column .photo img {
			display: block;
			}