@charset "utf-8";

#menuMain {
	background: url(../../imgs/menu_main.jpg) no-repeat;
	height: 310px;
	}

#menuMain p {
	padding: 45px 0 0 10px;
	margin: 0;
	line-height: 18px;
	}

/* table menu */

table.menu {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 10px 20px 10px;
	}

table.menu th, table.menu td {
	border: 1px solid #703c0d;
	background: #efe5cf;
	padding: 5px;
	vertical-align: top;
	line-height: 15px;
	color: #703c0d;
	}

table.menu th {
	font-weight: bold;
	background: #ebddc3;
	}
	
/* top table menu */

.menuPhoto {
	margin: 20px auto 0 auto;
}

.menuPhoto td {
	background: none;
	color: black;
	height: 220px;
	width: 180px;
	border: none;
	text-align: center;
	line-height: 15px;
	font-weight: 11px;
}

.menuPhoto td img {
	border: solid 1px black;
}

.menuPhoto td a {
	color: black;
}