body{
    margin: 0px;
    padding: 0px;
    background: #ffdc80 url(../sourceImages/span.png) top center repeat-y;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}
div#wrapper{
    background: url(../sourceImages/main.png) top center no-repeat;
    min-height: 700px;
    text-align: center;
}
div#main{
    width: 900px;
    margin: 0px auto;
    text-align: left;
}
div#nav{
    width: 250px;
    float: left;
}
div#content{
    width: 650px;
    float: right;
    text-align: center;
}
div#contentWrap{
    width: 630px;
    margin: 0px auto;
    text-align: left;

}
a#logo{
    display: block;
    width: 250px;
    height: 250px;
}
ul#navlist{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 240px;
    text-align: center;
    margin-top: 15px;
}
ul#navlist li{
    font-size: 21px;
    text-decoration: underline;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    padding: 5px;
}
ul#navlist a{
    color: #333333;
}
ul#navlist a:hover{
    color: #000000;
}
h1.mmmPageTitle{
    font-size: 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 14px;
}
ul.mmmSubNav{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
}
ul.mmmSubNav li{
    display: inline;
    margin: 0px 10px;
    line-height: 20px;
}
ul.mmmSubNav a{
    color: #686868;
    font-weight: bold;
    font-size: 16px;
}
ul.mmmSubNav a:hover{
    color: #000000;
}
h2.mmmSubTitle{
    font-size: 26px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    color: #333333;
    margin: 20px 0px;
}
dl.mmmMenuItem{
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}
dt.mmmMenuItemName{
    margin: 0px;
    padding: 0px;
    color: #c69551;
    font-size: 16px;
    font-weight: bold;
	display: inline;
}
dd.mmmMenuItemDesc{
    margin: 0px;
    padding: 0px;
    color: #686868;
    font-size: 14px;
}
dd.mmmMenuItemPrice{
    margin: 0px;
    padding: 0px;
    color: #c69551;;
    font-size: 16px;
	display: inline;
	font-weight: bold;
}
div.mmmcontactFormFull .address {
}
div.mmmcontactFormFull .phone {
    display: block;
    margin: 20px 0px;
}
div.mmmcontactFormFull .hours {
}
.mmmgoogleMapRight iframe, .mmmgoogleMapLeft iframe {
    width: 300px;
    height: 300px;
    border: 0px;
}
div.mmmcontactFormFull table {
    border-collapse: collapse;
}
div.mmmcontactFormFull td {
    vertical-align: middle;
    padding-bottom: 5px;
}
div.mmmcontactFormFull .mmmTextBox {
    padding: 5px;
    width: 220px;
    font: normal "Lucida Grande", Helvetica, Arial, sans-serif;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
div.mmmcontactFormFull .submitButton {
    padding-top: 10px;
}
div.mmmcontactFormFull textarea {
    width: 300px;
    padding: 5px;
}
div.mmmcontactFormFull .textAreaLabel {
    vertical-align: top;
    padding-top: 3px;
    text-align: right;
    padding-right: 20px;
}
div.mmmcontactFormFull .label {
    width: 160px;
    text-align: right;
    padding-right: 20px;
}
div#mmmNewsletterSignup {
    margin-top: 20px;
    text-align: center;
    width: 240px;

}
div#mmmNewsletterSignup p {
    margin: 5px 0px;
    font-size: 14px;
}
div#mmmNewsletterSignup .mmmEmailField {
    padding: 5px;
    width: 190px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
div#mmmNewsletterSignup .mmmSignUpButton {
    margin-top: 8px;
    text-align: center;
}
div.mmmDescription{
    margin-bottom: 20px;
    text-align: center;
}
div.mmmSubDescription{
    margin-bottom: 20px;
    text-align: center;
}
div.mmmSubNote{
    margin-bottom: 20px;
    text-align: center;
}
div.mmmNote{
    margin-bottom: 20px;
    text-align: center;
}
div.mmmErrorMsg{
    background: #f5f5f5 url(../sourceImages/errorMessage.png) top left no-repeat;
    background-position: 8px 8px;
    border-top: 4px solid #f1b247;
    border-bottom:  4px solid #f1b247;
    padding: 8px 8px 8px 60px;
    min-height: 69px;
    margin: 10px 0px;
    height: auto !important;
    height: 69px;
}
div.mmmInfoMsg{
    background: #f5f5f5 url(../sourceImages/infoMessage.png) top left no-repeat;
    background-position: 8px 8px;
    border-top: 4px solid #467cc6;
    border-bottom:  4px solid #467cc6;
    padding: 8px 8px 8px 60px;
    min-height: 69px;
    margin: 10px 0px;
    height: auto !important;
    height: 69px;
}