body
{
	font-family: Arial;
	text-align: center;
	background: #999;
}
th
{
	color: #fff;
	background-color: #003;
	font-weight: bold;
	text-align: center;
}
div#wrap
{
	width: 750px;
	margin: 5px auto;
	background:  #fff;
	/*background: #fff;*/
}

div#head
{
	width: 750px;
	height: 45px;
	padding: 0px;
	text-align: left;
	clear: both;
	
}
div#content 
{
	background: #fff url('img/leftBack.gif') repeat-y;
	width: 750px;
	text-align: left;
	font-size: .8em;
	float: left;
	padding-bottom: 5px;
}

div#main
{
	width: 600px;
	float: left;
	border-top: solid 5px #fff;
	padding-left: 6px;
}

div#leftNav
{
	float: left;
	width: 138px;
	text-align: left;
	clear: left;
	color: #fff;
}
#leftNav p 
{
	font-size: 1em;
	padding-left: 12px;
}

#leftNav .navTitle
{
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	width: 125px;
	text-align: center;
}

#leftNav span
{
	width: 125px;
}

#leftNav ul 
{
	list-style-type: none;
	margin:  0px 0px 0px 0px;
	padding: 0px;
}
#leftNav li 
{
	list-style: none;
	text-decoration: none;
	font-size: .9em;
	height: 20px;
	padding-bottom: 5px;
}
#leftNav .navItem 
{
    margin: 9px 0px 0px 11px;
    display: block;
    width: 125px;
	padding: 0px 0px 0px 0px;
	background: url('img/leftButton.gif') no-repeat;
}
#leftNav a.linkItem 
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 7px;
	margin-left: 11px;
	
}
#leftNav a.linkItem:hover 
{
    color: #fff;
    text-decoration: underline;
}


div#chef
{
	float: right;
	width: 345px;
	/*border: solid 1px #000;*/
	background: #ffc;	
	margin-right: 1px;
}
#chef ul
{
	text-decoration: none;
	list-style: none;
	margin: 0px 0px 4px 4px;
}
#chef li
{
	list-style: none;
	margin: 0px 0px 4px 4px;
}
#chef .left
{
	float: left;
	width: 170px;
}
#chef .right
{
	float: right;
	width: 170px;
}

div#home
{
	float: left;
	width: 250px;
	padding-left: 3px;
}

div#cart
{
	width: 750px;
	text-align: right;
	font-size: .9em;
	font-weight: bold;
	background: url('img/bars.gif') repeat;
	color: #fff;
}
#cart a
{
	color: #fff;
	font-size: .9em;	
}

div#footer
{
	width: 600px;
	text-align: center;
	font-size: .9em;
	color: Maroon;
	font-weight: bold;
	clear: both;
}
div#footNav
{
	width: 750px;
	text-align: center;
	background: url('img/bars.gif') repeat;
	color: #fff;
}

#footNav ul
{
	margin: 0px;
	padding: 2px 0px 2px 0px;
}
#footNav li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	color: #fff;
	font-size: .7em;
}
#footNav a.linkItem 
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footNav a.linkItem:hover 
{
    color: #fff;
    text-decoration: underline;
}

.mrnHeading
{
	font-size: 1.1em;
	font-weight: bold;
	color:  Maroon;
}
.mrnText
{
	color: Maroon;
}
.mrnTitle
{
	color: Maroon;
	font-weight: bold;
	font-size: 1em;
}
.grnText
{
	color: #060;	
}
.lgText
{
	font-size: .9em;
}

.tinyText
{
	font-size: .7em;
}

.centered
{
	text-align: center;
}
.blkHeading
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}
ul.mrn
{
	list-style-image: url(img/mrnBullet.gif);
}

.row
{
	width: 600px;
	float: left;
	clear: both;
}

.orderRow
{
	width: 305px;
	float: left;
	clear: left;
}
.labeled
{
	width: 150px;
	text-align: right;
	float: left;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.entry
{
	width: 150px;
	text-align: left;
	float: left;
	padding-left: 5px;
}

div#order
{
	width: 400px;
	text-align: right;
	float: left;
	border-right: solid 5px #fff;
}

.entree
{
	width: 300px;
	float: left;
	text-align: left;
	padding: 3px;
}
.entreePic
{
	width: 250px;
	float: left;
	text-align: left;
}

.header
{
	width: 100%;
	background: url( 'img/bars.gif' ) repeat;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
}
.whiteBackground
{
	width: 750px;
	background-color: White;
	text-align: left;
	padding: 5px;
}