/**
 * interior.css
 * 
 * Common style for the interior pages
 *
 */

h1 {
    color: #E3BD6A;
    font: 12px Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#mainContent {
    background: url(/images/mainContentBG.jpg) no-repeat top left;
    color: #C3B6AD;
    line-height: 1.5em;
    font-size: 18px;
    letter-spacing: .02em;
    text-align: justify;
}

#logo {
    background: url(/images/mainLogoColor.jpg) no-repeat 0 0;
    text-indent: -9999px;
}