/* =RESET */

* {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: bold;
    font-size: 100%;
    font-family: "Courier New", monospace;
    list-style: none;
    text-decoration: none;
}

/* =CLEARING FLOATS */

.container {
    display: block;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* =ELEMENTS */

body {
    background-color: #999;
    font-size: 62.5%;
}

h1, h2 {
    margin-bottom: 45px;
    font-size: 2.4em;
    text-transform: lowercase;
}

a:hover {
    color: #f66;
}

p, ul, ol {
    margin-bottom: 1em;
    font-size: 1.1em;
}

/* =PAGE */

#page {
    margin: 0 auto;
    padding: 35px;
    background-color: #fff;
    width: 780px;
    min-height: 486px;
}

/* =NAV */

#nav {
    text-transform: lowercase;
}

.home #nav {
    margin-bottom: 136px;
}

.home #nav li {
    float: left;
    margin-right: 15px;
    width: 144px;
}

.gallery #nav li,
.contact #nav li {
    margin-bottom: 1em;
}

.home #nav li.contact {
    margin-right: 0;
}

.home #nav li.outside {
    background: url("images/outside.jpg") no-repeat;
}

.home #nav li.people {
    background: url("images/people.jpg") no-repeat;
}

.home #nav li.inside {
    background: url("images/inside.jpg") no-repeat;
}

.home #nav li.food {
    background: url("images/food.jpg") no-repeat;
}

.home #nav li.contact {
    background: url("images/contact.jpg") no-repeat;
}

.food #nav li.food,
.home #nav li.home,
.inside #nav li.inside,
.outside #nav li.outside,
.people #nav li.people {
    display: none;
}

.home #nav li a {
    display: block;
    padding-top: 234px;
    width: 144px;
}

/* =HOME */

.home #content {
    display: none;
}

/* =GALLERY */

.gallery .left {
    float: left;
    margin-right: 35px;
    width: 250px;
}

.gallery .right {
    float: left;
    width: 495px;
}

.gallery #photo {
    float: left;
    text-align: right;
    width: 450px;
}

.gallery #subnav {
    float: left;
    text-align: right;
    width: 45px;
}

/* =CONTACT */

.contact .left{
    float: left;
    margin-right: 25px;
    width: 280px;
}

.contact .middle{
    float: left;
    margin-right: 20px;
    width: 264px;
}

.contact .middle p{
    font-size: 1em;
}

.contact .right{
    float: right;
    width: 185px;
}

.contact .right .home{
    margin-bottom: 5px;
    font-size: 2.4em;
    text-transform: lowercase;
}

.contact .right .testimonials{
    margin-top: 52px;
    font-size: 2.4em;
    text-transform: lowercase;
}

.contact .right li{
    margin-bottom: 1em;
}

/* =TESTIMONIALS */

.testimonials .left {
    float: left;
    margin-right: 25px;
    width: 280px;
}

.testimonials .middle {
    float: left;
    margin-top: 177px;
    margin-right: 20px;
    width: 264px;
}

.testimonials .middle qantas {
    float: left;
    margin-top: 67px;
    margin-right: 20px;
    width: 264px;
}

.testimonials .right {
    float: right;
    margin-top: 177px;
    width: 185px;
}

.testimonials .right .home {
    margin-top: 105px;
    font-size: 2.4em;
    text-transform: lowercase;
}

.testimonials .right li {
    margin-bottom: 1em;
}