body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 765px;
    height: 480px;
    margin: -235px 0 0 -380px;
    border: 1;
}

#nav {
    position: absolute;
    z-index: 2;
    top: 45px;
    left: 605px;
    width: 148px;
    font-size: 16px;
    font-weight: bold;
}
#nav div {
    margin-bottom: 15px;
}
#nav a {
    display: block;
}
#nav a:link, #nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#nav a:hover, #nav a:active {
    color: #D1CBB5;
    text-decoration: none;
}

#header {
    position: relative;
    width: 760px;
    height: 133px;
}

#title {
    position: absolute;
    z-index: 3;
    top: 17px;
    left: 140px;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}
#subtitle {
    position: absolute;
    z-index: 3;
    top: 57px;
    left: 188px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}
#bookteetime, #internetspecials, #birthdaylink {
    position: absolute;
    z-index: 3;
    top: 112px;
    font-size: 14px;
    font-weight: bold;
    color: #4A570C;
}

#bookteetime {
    left: 15px;
}
#internetspecials {
    left: 250px;
}
#birthdaylink {
    left: 435px;
}


#bookteetime a, internetspecials a, birthdaylink a {
    display: block;
}
#bookteetime a:link, #bookteetime a:visited, #internetspecials a:link, #internetspecials a:visited, #birthdaylink a:link, #birthdaylink a:visited  {
    color: #4A570C;
    text-decoration: none;
}
#bookteetime a:hover, #bookteetime a:active, #internetspecials a:hover, #internetspecials a:active, #birthdaylink a:hover, #birthdaylink a:active{
    color: #262D05;
    text-decoration: none;
}


#content {
    position: relative;
    width: 760px;
    height: 265px;
    background: url(images/content_bg.jpg) top left no-repeat;
}

#footer {
    position: relative;
    width: 760px;
    height: 77px;
}
#address {
    position: absolute;
    z-index: 3;
    top: 421px;
    left: 45px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
}

#copyright {
    padding: 200px 0 10px 0;
    font-size: 11px;
    color: #FFFFCC;
    text-align: center;
}

