body {
    background-image: url(./images/binding.gif);
    background-repeat: repeat-x;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 11px;
}

#layoutContainer {
    padding-top: 60px;
    margin-left: 15%;
    text-align: left;
}

#layoutContainer.centered {
    margin-left: 0;
    text-align: center;
}


#mainMenu {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

#mainMenu.main {
    margin-top: 30px;
    background-image: url('images/dots.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 1em;
}

#mainMenu a {
    text-decoration: none;
    color: #000;
}


#mainMenu a:hover {
    color: #666;
}

#mainMenu .selected {
    color: #666;
}

.mainMenuHome {
    text-align: left;
    height: 300px;
}

.mainMenuHome .item {
    background-image: url('images/dots.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 1em;
    height: 1em;
}

.mainMenuHome .item a,
#mainMenu.main a {
    padding-right: 0.5em;
    float:left;
    height: 1em;
    background-color: #FFF;
    line-height: 1em;
}

#mainMenu.main a {
    padding: 0 0.2em;
    margin-right: 3em;
}

#mainMenu.main a.first {
    padding-left: 0;
}

#mainMenu .clear {
    clear: left;
}

.circleImages img {
    position: absolute;
    top: 0;
    left: 0;
}


#layoutContainer h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.basicPage {
    height: 500px;
    position: relative;
}

.galleryPager {
/*
    position: absolute;
    top: 481px;
*/
    padding-left: 5px;
    height: 35px;
    margin-bottom: 10px;
}

.galleryPager a.button {
    display: block;
    float: left;
    height: 19px;
    margin-right: 20px;
    margin-bottom: 8px;
}

.galleryPager .pageLinks {
    clear: left;
}

.galleryPager .pageLinks a {
    color: #999;
    text-decoration: underline;
    margin-right: 0.4em;
}

.galleryPager .pageLinks a:hover {
    text-decoration: underline;
}

.galleryPager .pageLinks a.selected {
    color: #000;
}
