body
{
    background: #e2e2e2;
    /* background: #ffffff; */
    margin: 40;
    font: Arial Serif;
    text-align: center;
}

#outer
{
    width: 800px;
    background: #ffffff;
    margin: auto;
    font: Arial Serif;
    text-align: center;
    border: 1px solid #9e9e9e;
    padding: 3px;
}

#header
{
    margin: auto;
    height: 150px;
    width: 800px;
    background: #492712;
    background-image: url('imgs/wood031.jpg');
    color: #ffffff;
    text-align: center;
}

#header table
{
    color: #ffffff;
}

#header a,a:link,a:visited
{
    color: #ffffff;
    font-weight: bold;
}

#menubar
{
    height: 25px;
    width: 800px;
    margin: 0 0;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
}

#menubar a,a:link,a:visited
{
    color: #ffffff;
    font-weight: bold;
}

#generic-main-body
{
    height: 399px;
    width: 800px;
    margin: 0 0;
    background: #ededed;
    margin: auto;
    color: #000000;
    text-align: left
}

#generic-main-body img
{
    margin: 0;
    padding: 0;
    border: 0;
}

#ds-main-body
{
    height: 425px;
    width: 800px;
    margin: 0 0;
    background: #ededed;
    margin: auto;
    color: #000000;
    text-align: left
}

#ds-main-body img
{
    margin: 0;
    padding: 0;
    border: 0;
}

#location-main-body
{
    height: 550px;
    width: 800px;
    margin: 0 0;
    background: #ededed;
    margin: auto;
    color: #000000;
    text-align: center;
}

#location-main-body img
{
    margin: 0;
    padding: 0;
    border: 0;
}

#menu-imgs-body
{
    height: 425px;
    width: 800px;
    margin: 0 0;
    background: #ededed;
    margin: auto;
    color: #000000;
    text-align: left
}

#menu-imgs-body a,a:link,a:visited
{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#menu-imgs-body img
{
    margin: 0;
    padding: 0;
    border: 1 solid black;
}

#strangers
{
    /* height: 160px; */
    height: 60px;
    width: 800px;
    background: #492712;
    /* background: #482c1a; */
    margin: auto;
    text-align: center
}

/* Styles for dim overlay & message box */
#dim2
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url('imgs/dim.png');
    display:none;
    text-align:left;
}

#dim3
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url('imgs/dim.png');
    display:none;
    text-align:left;
}

#dim4
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url('imgs/dim.png');
    display:none;
    text-align:left;
}

.msgbox
{
    position: absolute;
    width: 720px;
    height: 945px;
    z-index: 200;
    border: 5px solid #222222;
    background: #ffffff;
    top: 2%;
    left: 20%;
    margin: 0; 
}

.msgbox img
{
    border:none;
    margin:2px;
}

.close2
{
    top:0px;
    float:right;
}

.close3
{
    top:0px;
    float:right;
}
.close4
{
    top:0px;
    float:right;
}

