body {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}

#header {
    width: 100%;
    height: 30px;
    border-bottom: 2px solid black;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
}

#headName {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 100;
    float: left;
    position: absolute;
    left: 15px;
    bottom: -.25em;
}

#nav {
    color: #888;
    font: small-caps 12px arial;
    letter-spacing: 1px;
    position: absolute;
    left: 17px;
    bottom: -1.25em;  
}

#nav a {
    color: #888;
    text-decoration: none;
}

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

#content {
    font-family: arial;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    width: 100%;
    height: 556px;
    margin: 0;
    position: absolute;
    top: 45px;
}

#content a {
    color: #000;
}

#content a:hover {
    color: #999;
    text-decoration: none;
}

.pageContent {
    height: 485px;
    margin: auto 0px auto 40px;
    padding: 20px 0px 0px 8px;
    border-left: 5px dotted black;
    position: absolute;
    top: 0;
    bottom: 0;
    float: left;
}

#featured {
    float: left;
    background: #fff url('featured1Self.jpg') no-repeat center;
    font-size: 12px;
    height: 487px;
    width: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22.5em;
    margin: auto;
    border: 1px solid #888;
    color: #666;
}

#featured span {
    position: absolute;
    bottom: -1.25em;
    left: 0;
}
        
#photos img {
    margin: 0px 100px 0px 0px; /*note: changes here affect everything.js*/
    border: 3px double #fff; /*note: changes here affect everything.js*/
    cursor: pointer;
    float: left;
}

#stretcher img {
    position: relative;
}

.postDate {
    font-weight: bold;
    font-size: 12px;
}

#bottomBar {
    border-top: 2px solid black;
    width: 100%;
    position: fixed;
    top: 616px;
}
