html, body
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body
{
    margin: 0;
    background: #362a1a url("../images/background.gif") repeat;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: small;
}

#container
{
    width: 960px;
    text-align: left;
    margin: 20px auto;
    position: relative;
}

ul li
{
    font-size: 95%;
    line-height: 1.5em;
}

ul
{
    margin-left: 1.2em;
    padding-bottom: 1em;
}

p
{
    line-height: 1.4em;
    padding-bottom: 1.5em;
}

#nav
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav li
{
    display: inline;
}

#nav li a
{
    float: left;
}

.tlink
{
    display: none;
}

#nav-home
{
    position: relative;
    top: 7px;
    left: 240px;
    background: url("../images/nav-home.gif") 0 0 no-repeat;
    width: 80px;
    height: 70px; 
}

#nav-about
{
    position: relative;
    left: 260px;
    background: url("../images/nav-about.gif") 0 0 no-repeat;
    width: 132px;
    height: 70px; 
}

#nav-gallery
{
    position: relative;
    left: 260px;
    background: url("../images/nav-gallery.gif") 0 0 no-repeat;
    width: 136px;
    height: 70px; 
}

#nav-available
{
    position: relative;
    left: 260px;
    background: url("../images/nav-available.png") 0 0 no-repeat;
    width: 207px;
    height: 70px; 
}

#nav-contact
{
    position: relative;
    left: 255px;
    background: url("../images/nav-contact.gif") 0 0 no-repeat;
    width: 140px;
    height: 70px; 
}

body#home #nav-home, #nav-home:hover
{
    background: url("../images/nav-home.gif") bottom left no-repeat;
}

body#about #nav-about, #nav-about:hover
{
    background: url("../images/nav-about.gif") bottom left no-repeat;
}

body#gallery #nav-gallery, #nav-gallery:hover
{
    background: url("../images/nav-gallery.gif") bottom left no-repeat;
}

body#available #nav-available, #nav-available:hover
{
    background: url("../images/nav-available.png") bottom left no-repeat;
}

body#contact #nav-contact, #nav-contact:hover
{
    background: url("../images/nav-contact.gif") bottom left no-repeat;
}

h2, h2 a
{
    display: inline;
    color: #fff;
}
