html {
    height: 100%;
}

body {
    background-color: #989898;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

a {
    border: 0px;
    text-decoration: none;
}

p a {
    text-decoration: none;
    color: #AD917A;
}

p a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
    display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

div#all {
    background-color: white;
    background-image: url('../img/bg.gif');
    width: 720px;
    padding: 0px 14px 0px 14px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
}

div#menu {
    position: absolute;
    top: 227px;
    left: 14px;
    width: 668px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: black;
    background: url('../img/menu-bg.gif') top left repeat-x;
    padding: 0px 26px 0px 26px;
    margin: 0px;
    display: block;
}

div#menu ul {
    padding: 0px;
    margin: 0px;
    position: relative; /* Fix Safari rollover bug */
}

div#menu li {
    display: inline;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative; /* Fix Safari rollover bug */
}

div#menu li a {
    float: left;
    margin: 0px;
    padding: 11px 8px;
}

div#menu li a:hover {
    background: url('../img/menu-bg-hilite.gif') bottom left repeat-x;
}

div#menu li a.sel {
    background: url('../img/menu-bg-hilite.gif') bottom left repeat-x;
    border-color: #DBB79A;
    border-width: 0px 1px;
    border-style: solid;
    padding-left: 7px;
    padding-right: 7px;
}


img#top {
    margin: 0px 0px 35px 0px;
}

h1 {
    position: absolute;
    left: 61px;
    top: 291px;
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

div#content {
    position: relative;
    padding: 77px 88px 50px 118px;
    margin: 0px;
    font-family: Times, serif;
    font-size: small;
    min-height: 155px;
}

p {
    margin: 0px 0px 18px 0px;
}

div.box {
    background: #F3E8DF;
    border: 1px solid #DBB79A;
    padding: 15px;
    overflow: hidden; /* Prevents graphical bug in IE6 */
    margin: 0px 0px 15px 0px;
}

h2.mp3 {
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}

table {
    margin-bottom: 20px;
}

table.order td {
    padding: 2px 5px;
}

table.order span {
    font-style: italic;
}

div.contact {
    position: absolute;
    bottom: 0px;
    left: 14px;
    width: 700px;
    padding: 5px 10px;
    text-align: center;
    color: #999999;
    font-size: x-small;
    font-family: Arial;
}