h1, p, a, body {
    font-family: "arial", general;
    font-weight: bold;
    color: #333333;
}

body {
    min-width: 900px;
}

#mainBody {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#topBar {
    width: 900px;
    height: 44px;
}

#logo { 
    float: left;
    height: 44px;
}

#navMenu {
    float: right;
}

a.topMenu {
    font-weight: bold;
    font-size: small;
    color: gray;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
a.topMenu:hover { color: #5f85ce; }

#myPageViewer {
    width: 900px;
    height: 525px;
    position: relative;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pageView {
    position: absolute;
    width: 900px;
    height: 525px;
    background-color: white;
}

.preFetchSpinner {
    position: absolute;
    margin-left: 467px;
    margin-top: 200px;
}

.bottomBar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
}

div.aboutImage {
    margin-left: 0px;
    float: left;
}

img.aboutImage {
    position: relative;
    margin-left: 0px;
    border-right: 1px solid black;
    margin-right: 20px;
}

.aboutText {
    padding: 20px 20px 20px 20px;
}

div.contactText {
    float: left;
    width: 50%;
}
p.contactText {
    padding: 20px 20px 0px 20px;
    font-size: small;
}

div.contactImage {
    float: right;
    margin-right: 0px;
    width: 50%;
}

img.contactImage {
    float: right;
    margin-right: 0px;
    border-left: 1px solid black;
    margin-left: 20px;
}

#portfolioGallery {
    z-index: 3;
}

#bottomOpaqueBar {
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
    background-color: white;
}

#bottomMenuBar {
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    #line-height: 50px;
}

a.bottomMenu {
    color: #3a527e;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 75px 10px 75px;
}
a.bottomMenu:hover { color: #5f85ce; }

#footer {
    text-align: center;
    font-size: small;
    float: bottom;
}


