body {
    background-color:#000;
    margin:0px;
    padding:0px;
    font-family:Verdana;
    }
.clear {
    clear:left;
}
#container {
    margin:10px auto;
    width:960px;
}
#content {
    background:url(../images2/wood2.png) repeat-x fixed;
    border:1px solid #272727;
    color:#FFF;
    font-size:12px;
    margin:0px auto;
    padding:40px 30px;
    width:900px;        
}
#logo {
    margin-left:-60px;
}
#navbar {
    float:right;
    padding:0px;
    margin:34px 0px 0px 0px;
}
#navbar li {
    display:block;
    float:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#navbar li a:hover {
    background-position:0px -82px;
}
#nav_sushibar {
    background:url(../images2/nav_sushibar.png) no-repeat;
    display:block;
    width:209px;
    height:82px;
}
#nav_hotdishes {
    background:url(../images2/nav_hotdishes.png) no-repeat;
    display:block;
    width:223px;
    height:82px;
}
#nav_lunchspecials {
    background:url(../images2/nav_lunchspecials.png) no-repeat;
    display:block;
    width:239px;
    height:82px;
}
#navbar .on {
    background-position:0px -82px;
}
a {
    outline:none;
}
#pageheading {
    display:block;
    margin-bottom:30px;
}
#topimage {
    float:right;
    margin-top:-50px;
    margin-left:25px;
}
.menusection {
    display:block;
    margin-bottom:40px;
}
.menugroup {
    margin-bottom:50px;
}
h1 {
    font-size:16px;
    font-weight:normal;
    color:#e2c0a0;
}
h2 {
    border-bottom:1px solid #272727;
    font-size:15px;
    font-weight:normal;
    margin-bottom:15px;
    padding-bottom:5px;
    width:450px;
}
.description {
    color:#e2c0a0;
    font-size:13px;
    margin-top:-30px;
}
#footer {
    background-color:#000;
    border-top:1px solid #272727;
    bottom:0px;
    color:#FFF;
    font-size:14px;
    height:45px;
    line-height:45px;
    margin:0px auto;
    position:fixed;
    width:962px;
}
#footer_home {
    background-color:#000;
    border-top:1px solid #272727;
    color:#FFF;
    font-size:14px;
    height:45px;
    line-height:45px;
    margin:0px auto;
    width:962px;
}
#phone {
    float:right;
}
#phone_icon {
    position:relative;
    padding-right:10px;
    top:7px;
}

/*HOMEPAGE SPECIFIC*/
.homepage p {
    font-size:14px;
}
#hours span {
    color:#e2c0a0;
    margin-bottom:5px;
}
    
/*MENU ITEMS*/

/*multi-line items*/
.item1 {
    border-bottom:1px solid #2e0606;
    margin-bottom:15px;
    margin-left:25px;
    padding-top:20px;
    padding-bottom:15px;
    text-align:right;
    width:450px;
}
.item1 .item_desc {
    float:left;
    line-height:17px;
    margin-top:-20px;
    text-align:left;
    letter-spacing:.2px;
}
.item1 .item_desc span {
    color:#e7a64d;
    font-size:14px;
    display:block;
    margin-bottom:5px;
}
.item1 .item_desc strong {
    font-weight:normal;
    color:#e2c0a0;
}

/*single-line items*/
.item2 {
    border-bottom:1px solid #2e0606;
    margin-bottom:15px;
    margin-left:25px;
    padding-top:20px;
    padding-bottom:15px;
    text-align:right;
    width:450px;
}
.item2 .item_desc {
    float:left;
    line-height:17px;
    margin-top:-4px;
    text-align:left;
    letter-spacing:.2px;
}
.item2 .item_desc span {
    color:#e7a64d;
    font-size:14px;
    display:block;
    margin-bottom:5px;
}
.item2 .item_desc strong {
    font-weight:normal;
    color:#e2c0a0;
}