@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background: #f4f2d1;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #593502;
}

table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }

em { font-style:italic; }
strong { font-weight:bold; }

a { color: #724300; }
a:visited { }
a:hover { }
a:active { }

.noBorder { border:none; text-decoration:none; }

h1 { font-size:20px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; }

.floatRight { float: right; }
.floatLeft { float: left; }
.clearFloat { clear:both; }

div#container { width: 960px; margin: 0 auto; text-align: center; }
div.leftCol { float:left; width:675px; }
div.rightCol { float:right; width:250px; padding-top:80px; }

table.info { margin:0 auto; font-size: 1.1em; }
table.info tr td { text-align:center; padding:5px; }

.size14 { font-size:14px; }
.size12 { font-size:12px; }

.rightColImage { margin-bottom:30px; float:right; }

#poster { background:url(/images/poster_bkg.jpg) no-repeat; height:377px; width:700px; margin-top:40px; text-align:left; padding:630px 0 0 15px; font-size:16px; }
#poster ul { margin-top:10px; }
#poster ul li { list-style-type:disc; margin:0 0 7px 20px; }

.cooking_main {
	float: left;
	clear: both;
	width:100%;
}
.cooking {
	margin: 0 auto;
	background: url(/images/restaurant02.png) no-repeat center center fixed; 
	height: 2048px;
	background-size: cover;
	width: 100%;
	max-height: 1000px;
	padding-left: 5em;
	overflow: hidden;
	text-align: left;
}

.cooking h1 {
	padding-top: 2em;
	font-size: 3em;	
	}

.cooking h2 {
	font-size: 1.5em;
}

.cooking h3 {
	font-size: 1.5em;
}

.cooking p {
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: left;
	
	max-width: 60%;
}

.cooking ul {
	margin-left: 2em;
}

.cooking ul li {
	text-align: left;
	margin-left: 3%;
	max-width: 55%;
	list-style:circle;
	font-size: 1.25em;
}
.rightClass {
	float: left;
	width: 18%;
}