@charset "UTF-8";
/* CSS Document */

body, html {
margin: 0;
padding: 0;
top: 0;
left: 0;
background-color: #ded2a9;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
background-image: url(../images/bakehouse_cafe_background.jpg);
background-position: top center;
background-repeat: repeat-x;
}

img {
border: none;
}

#container {
width: 864px;
margin-left: auto;
margin-right: auto;
border-left: 1px #450d00 solid;
border-right: 1px #450d00 solid;
border-bottom: 10px #450d00 solid;
background-color: #f6ebd9;
}

#header {
height: 118px;
background-image: url(../images/header.jpg);
margin: 0;
padding: 0;
}

#flash {
height: 235px;
width: 864px;
margin: 0;
padding: 0;
}

#nav {
height: 33px;
width: 864px;
margin: 0;
padding: 0;
overflow: hidden;
}

#content {
background-color: #f6ebd9;
padding: 20px 40px 20px 40px;
font-family: Arial, Helvetica, sans-serif;
color: #502c12;
background-image: url(../images/faderBkg.gif);
background-position: top left;
background-repeat: repeat-x;
overflow: hidden;
}

#content a:hover {
text-decoration: none;
border-bottom: 1px dotted #502c12;
color: black;
}

#content a {
text-decoration: none;
border-bottom: 1px dotted #502c12;
color: #502c12;
}

#footer {
background-color: #cdb58f;
font-family: Arial, Helvetica, sans-serif;
color: #502c12;
font-size: .7em;
padding: 8px;
margin: 0;
clear: both;
}

#right {
float: right;
text-align: right;
}

.warning {
font-style: italic;
font-weight: bold;
}

#footer a {
text-decoration: none;
border-bottom: 1px dotted #502c12;
color: #502c12;
}

#address {
width: 311px;
height: 232px;
background: url(../images/wereopen.gif) no-repeat;
float: right;
margin: 15px 0 15px 15px;
font-size: 12px;
}

#contactInfo {
margin: 110px 20px 10px 20px;
text-align: center;
}

#contactInfo p {
margin: 0 0 5px 0;
}

#intro {
width: 450px;
font-size: .8em;
}

#information {
width: 800px;
margin: 10px auto 10px auto;
color: #9F8861;
font-size: 9px;
text-align: center;
}


/* MENU */

#menu {
width: 311px;
background: url(../images/menu_hi.gif) no-repeat top left;
float: right;
margin: 15px 0 15px 15px;
font-size: 12px;
}

#menuItems {
margin: 95px 0 0 0;
padding: 0;
text-align: center;
background: url(../images/menu_mid.gif) repeat-y;
}

#menuItems a {
text-decoration: none;
display: block;
font-weight: bold;
margin: 15px 0 0 0;
border: none;
}

#menuItems a:hover {
border: none;
}

#menuFooter {
background: url(../images/menu_lo.gif) no-repeat bottom left;
height: 55px;
margin: 0;
padding: 0;
}

#textMenu {
width: 450px;
font-size: .8em;
text-align: center;
}

#textMenu a {
text-decoration: none;
border: none;
font-weight: bold;
margin: 50px 0 10px 0;
display: block;
}

#textMenu a:hover {
border: none;
}

.active a {
color: black;
}