html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    color: #fff;
    background-color: #c00;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
strong {
    color: #fff;
    background-color: #c00;
    padding: 0.2em;
    line-height: 2;
}
div, table, td {
    margin: 0;
    padding: 0;
}
table, td {
    border: 0;
    border-collapse: collapse;
}
td {
    color: #600;
    background-color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 0 1em 0 0;
    width: 50%;
}
img {
    border: 0;
}
a {
	color: #c00;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}


/* ELEMENT SPECIFIC
-------------------------------------------------------------------------------*/

/***************** IE dif *****************/ div#containerA {
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 740px;
}
div#containerA[id] {
    display: table;
    position: static;
}
div#containerB {
    position: absolute;
    top: 50%;
}
div#containerB[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}
/***************** IE dif *****************/ div#layout {
    position: relative;
    top: -50%;
    width: 740px;
    height: 520px;
}
div#menu {
    color: #c00;
    background-color: #fff;
    float: left;
    width: 170px;
    height: 520px;
}
div#main {
    color: #600;
    background-color: #fff;
    font-weight: bold;
    margin-left: 180px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 560px;
    height: 520px;
}
/***************** IE dif *****************/ img#photo {
    float: right;
}
/***************** IE dif *****************/ div#content {
    padding: 0 10px 0 15px;
    margin: 10px 150px 0 0;
	line-height: 1.3em;
}
div#content div {
    margin: 25px 0 0 0;
}
div#content ol {
    margin-left: 10px;
    margin-top: 20px;
    padding-left: 0;
    list-style-type: decimal;
	line-height: 2em;
}
/***************** IE dif *****************/ div#footer {
    clear: both;
    background-color: #c00;
    text-align: right;
}
div#footer a {
    color: #fff;
    font-weight: bold;
    font-style: italic;
	text-decoration: none;
}
div#footer a:hover, a:active {
	text-decoration: underline;
}

/* HOMEPAGE
-------------------------------------------------------------------------------*/

table#locations {
	width: 100%;
}

table#locations td {
	vertical-align: top;
    padding-right: 5px;

}

a.link_block {
	text-decoration: none;
	display: block;
	margin-left: -4px;
	padding: 4px;
	color: #600;
	height: 120px;
}

a.link_block:hover {
    color: #fff;
    background-color: #600;
}


a.link_block span.link {
    text-decoration: underline;
    color: #cc0000;
}

a.link_block:hover span.link {
    color: #fff;
}

/* MENU PAGE
-------------------------------------------------------------------------------*/
div#menupage {
	background-color: #fff;
	width: 650px;
	margin-top: 0px;
	text-align: left;
}
div#menupage div#top {
	position: fixed;
	width: 650px;
	height: 30px;
	background-color: #c00;
	text-align: right;
    font-weight: bold;
	color: #600;
}
div#menupage div#top a {
	text-decoration: underline;
	color: #fff;
}
div#menupage div#top a:hover, a:active {
	text-decoration: none;
}
div#menupage div#food {
    font-weight: normal;
	color: #600;
	padding: 40px 10px;
}
div#menupage div#food li {
	margin-top: 6px;
    font-weight: bold;
}
div#menupage .title,div#menupage h3 span {
    font-size: 11px;
    font-weight: bold;
	border-bottom: 2px solid #c00;
}

div#menupage h3 span.note {
	border: none;
}

.bold {
    font-weight: bold;
}
