body {
    text-align: center;
    margin: 0px;
    background-color: #E3E3E3;
}
div#page {
    width: 960px;
    text-align: left;
    margin: 0px auto;
}
body {
    font-size: 0.8em;
    color: #584e58;
    font-family: "Trebuchet MS", sans-serif;
}
img {
    border: 0px;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
}
/* Logo and header */
div#header {
    width: 100%;
    background-color: #156886;
    height: 95px;
}
div#logo {
    margin-top: 45px;
    margin-bottom: 10px;
    color: #FFF;
}
div#logo a.home {
    width: 252px;
    height: 40px;
    background-image: url(../images/seaview-room-port-stephens-weddings-functions.gif);
    display: block;
    position: relative;
    left: 65px;
}
div#logo a.home span {
    display: none;
}
div#logo h1 {
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    display: none;
}
div#logo h2 {
    line-height: 1em;
    font-size: .8em;
    padding: 0px;
    margin: 0px;
    display: none;
}
/* Primary Navigation */
div#primaryNavigation {
    width: 100%;
    background-color: #c4d5da;
}
div#primaryNavigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div#primaryNavigation ul li {
    display: block;
    float: left;
    width: auto;
}
div#primaryNavigation ul li a {
    display: block;
    float: left;
    padding: 5px 28px;
    font-size: 0.9em;
    border-right: 2px solid #daecf1;
    color: #584e58;
    text-decoration: none;
}
div#primaryNavigation ul li a:hover, 
div#primaryNavigation ul li.selected a.selected, 
div#primaryNavigation ul li ul li.selected a.selected, 
div#primaryNavigation ul li ul li a:hover {
    background-color: #dde8eb;
}
div#primaryNavigation ul li ul li a {
    background-color: #c4d5da;
    border-top: 1px solid #daecf1;
    border-right: 0px;
    width: 150px;
}
/* Content Formatting */
div#body {
    margin: 30px;
    margin-bottom: 0px;
}
div#body div.container {
    width: 580px;
}
div#footer {
    width: 100%;
}
div#columns {
    margin: 0px 30px;
}
div#columns div.column {
    width: 300px;
}
div#footer a.book {
    display: block;
    padding-left: 15px;
    height: 18px;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: #584e58;
    text-decoration: none;
}
div#footer a.furtherInfo {
    color: #998f99;
    text-decoration: none;
}
/* Fragment Styling */
div.gallery a img {
    padding: 10px;
}
div.photoStrip div.row {
    width: 600px;
}
div.photoStrip div.container {
    padding: 10px;
}
div.photoStrip, div.photoWithCaption {
    position: relative;
    z-index: 1;
    background-color: #c4d5da;
    left: -10px;
    height: 170px;
    width: 600px;
}
div.photoWithCaption div.row {
    width: 580px;
}
div.photoWithCaption div.container {
    padding: 10px;
}
div.photoStrip img {
    padding-right: 10px;
}
div.photoWithCaption div.row div.start {
    width: 305px;
}
div.photoWithCaption div.row div.end {
    width: 275px;
    text-align: right;
}
div.photoWithCaption span.caption {
    font-size: 1.5em;
    vertical-align: middle;
    font-family: Georgia, "Times New Roman", Times, serif;
}
/* My Frames */
div.row div.end {
    width: 640px;
}
div.row div.start {
    width: 320px;
}
div.column {
    overflow: hidden;
}
div.row {
    clear: both;
}
div.column, div.row {
    float: left;
}
div.start {
    clear: left;
}
div.end {
    clear: right;
}
#content,
#footer {
    background-color: #FFFFFF;
}
#footer p {
    padding: 5px;
}