.container
{
    margin-top:10px;
	width: 90%;
	vertical-align:top;
    margin-left: 5%;
}
.navDiv
{
	width: 100%;
	vertical-align:top;
}

.leftDiv
{
    top:0px;
	width: 22%;
	height:500px;
	text-align:center;
	float: left;
    margin: 0;
}

.rightDiv
{
    top:0px;
	width: 22%;
	height:500px;
	text-align:center;
	float: right;
    margin: 0;
}

.centerDiv
{
    height:500px;
    margin-left:22%;
    margin-right:22 %;
	border-style:solid;
	border-width:1px;
    padding: 0.2em;
}

.footerDiv
{
    clear: both;
    margin: 0;
    padding: .5em;
}

.navigationMenu
{
	width:100px;
}

tr.navigationMenu
{
	background-color:#cc3333;
}

a.navLink{
	color:#ffff55;
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
}
a.navLink:link
{
    text-decoration: none;
    color: white;
}

a.navLink:visited
{
    text-decoration: none;
    color: white;
}

a.navLink:hover
{
    text-decoration: underline;
    color: white;
}

a.navLink:active
{
    text-decoration: none;
    color: white;
}

.topTitle
{
	text-align:center;
    background-color:#ff6666;
	font-family:Arial;
	color:yellow;
	font-size:13pt;
	font-weight:bold;
}


.subTitle
{
	text-align:left;
    background-color: #ff6666;
	font-family:Arial;
	color:ffff55;
	font-size:9pt;
	font-weight:bold;
}

.foodSubTitle
{
	text-align:left;
    background-color: #ff6666;
	font-family:Arial;
	color:ffff55;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
}

.wordTitle
{
	text-align:left;
	font-family:Arial;
	color:black;
	font-size:8pt;
	font-weight:bold;
}

p.wording
{
    margin-left:10px;
    margin-right:10px;
    text-indent:20px;
    font-family:Arial;
	color:black;
	font-size:12pt;
}

a.sideLink{
	color:#ffff00;
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
}
a.sideLink:link
{
    text-decoration: none;
    color: Black;
}

a.sideLink:visited
{
    text-decoration: none;
    color: black;
}

a.sideLink:hover
{
    text-decoration: underline;
    color: #ff0000;
}

a.sideLink:active
{
    text-decoration: none;
    color: black;
}

.foodmenu
{
    border-style:dashed;
    border-width:1pt;
    font-size:11pt;
    width:100%;
    font-weight:bold;
}

img.inside
{
    width:100%;
    border-width:0;
}

img.outside
{
    width:45%;
    border-width:0;
}

img.logo
{
    width:100%;
    border-width:0;
}

.comewith
{
    font-size:13pt;
    text-align:center;
}
