#header {
    height: 89px;
    width: 950px;
    position: relative;
}

#header h1 {
    font-family: "Adobe Garamond Pro", Garamond, Georgia, serif;
    font-weight: normal;
    font-size: 34px;
    color: #808da8;
    position: absolute;
    top: 25px;
    left: 100px;
    margin: 0;
    padding: 0;
}

#breadcrumb {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #787a89;
}

#breadcrumb a {
    color: #787a89;
    text-decoration: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#leftSide {
    width: 255px;
}

#sub-nav {
    background: #5F7396;
    height: 364px;
    width: 255px;
    margin: 10px 0;
    position: relative;
}

#sub-nav ul {
    margin: 0;
    padding: 0 50px 0 20px;
    list-style: none;
}

#sub-nav ul li {
    padding: 10px 0 0 0;
}

#sub-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#sub-nav ul li a:hover, #sub-nav ul li a.current {
    color: #ffbd22;
}

#get-started {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(../../layout/images/get-started.png) no-repeat 0px 0px;
    height: 64px;
    width: 255px;
    display: block;
}

#get-started:hover {
    background-position: 0px -64px;
}

#get-started-gallery {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../layout/images/get-started-gallery.gif) no-repeat 0px 0px;
    height: 76px;
    width: 386px;
    display: block;
}

#get-started-gallery:hover {
    background-position: 0px -76px;
}



#main {
    width: 685px;
    height: 535px;
    margin-top: 15px;
    left: 265px;
}

#content {
    position: relative;
    line-height: 1.6;
}

#content a {
    color: #464749;
}

#pagination {
    position: absolute;
    bottom: 0;
}

#heading {
    position: absolute;
    top: 0;
    left: 15px;
}

#images {
    margin-left: -10px;
    margin-bottom: -10px;
}

#discover-text {
    position: absolute;
    top: 148px;
    right: 0;
    z-index: 2;
}

#gallery table {
    margin: 10px 21px;
    width: 890px;
}

#gallery table td {
    background: none;
    padding-top: 10px;
}

#gallery table td.hoverOn {
    background: url(/layout/images/gallery-hover.gif) top center no-repeat;
}