
body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
}
#wrapper {
    position: relative;
    text-align: left;
    background-image: url(/images/background/outer-corner.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto; 
    width: 60em;
    background-color: #ffffff;
    padding-bottom: 3em; 
}

a#home {
    position: absolute;
    left: 16em;
    top: 0.5em;
    font-size: 180%;
    font-weight: normal;
}
a#home:hover {
    font-weight: bold;
}

a#menu {
    position: absolute;
    left: 23em;
    top: 0.5em;
    font-size: 180%;
    font-weight: normal;
}
a#menu:hover {
    font-weight: bold;
}

a#catering {
    position: absolute;
    left: 12em;
    top: 1.7em;
    font-size: 180%;
    font-weight: normal;
}
a#catering:hover {
    font-weight: bold;
}

a#gallery {
    position: absolute;
    left: 19.2em;
    top: 1.7em;
    font-size: 180%;
    font-weight: normal;
}
a#gallery:hover {
    font-weight: bold;
}

a#contact {
    position: absolute;
    left: 26em;
    top: 1.7em;
    font-size: 180%;
    font-weight: normal;
}
a#contact:hover {
    font-weight: bold;
}

a .alt {
/*    display: none; */
}

a:link {
    color: #cc6666;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
}
a:visited {
    color: #cc6666;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
}
a:hover {
    color: #ff9999;
    text-decoratin: none;
    font-family: "Trebuchet MS", Arial, sans-serif;
}


div.box {
    position: absolute;
    width: 42em;
    top: 8em;
    left: 14em;
    overflow: hidden; 
    border: 1px solid black;
    background-color: #ffffff;  
    text-align: center;
}

div.box_content {
    position: relative;
    background-color:transparent;
    text-align: center;
    color: #000000;
    /* z-index: 101; */
}

div.box_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff;

    /* for IE */
    filter:alpha(opacity=70);
    /* for CSS3 standard */
    opacity:0.7;
    /* for Mozilla */
    -moz-opacity:0.7;

    /* z-index: 99; */
}

div#infobox {
    position: absolute;
    width: 20em;
    height: 3em;
    top: 0em;
    left: 38em;
    padding: 0;
    margin: 0;

    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    text-align: right;
    color: #000000;
}

div#textbox {
    position: absolute;
    width: 11em;
    top: 10em;
    left: 1em;
    float: left;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    text-align: right;
    font-size: 100%;
    color: #ffffff; 
    background-color: transparent;
}

span#textbox-heading {
    font-variant: small-caps;
    font-size: 190%;
    text-align: right;
}


p.normal {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: normal;
    color: #000000;
}

p.bold {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    color: #000000;
}

h1 {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

h2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
}
