body {
    background: black;
    margin: 0px;
}

#stripe {
    position: absolute;
    top: 117px;
    width: 100%;
    height: 25px;
    background-color: #990000; /* red */
    border-top: 3px solid #ff6600; /* orange */
    border-bottom: 3px solid #ff6600; /* orange */
    z-index: 0;
}

#jhdc {
    position: absolute;
    top: 87px;
    right: 0px;
    border: none;
    z-index: 1;
}

#jh {
    position: absolute;
    left: 10px;
    top: 25px;
    height: 92px;
    width: 79px;
    border: none;
}

.content-box {
    position: absolute;
    left: 42%;
    top: 185px;
    width: 713px;
    margin-left:-250px;
}

#front-page-box {
    height: 250px;
}

.gallery-intro-box {
    position: relative;
    float: left;
    border: 2px solid #ff6600; /* orange */
    margin-left: 14px;
    height: 272px;
}

.gallery-box {
    position: absolute;
    border: 2px solid #ff6600; /* orange */
    left: 9%;
    top: 185px;
    width: 1050px;
}

.gallery-thumb {
    position: relative;
    padding: 18px;
    border: 0px;
    height: 108px;
    width: 108px;
}

.gallery-name {
    color: #ff6600; /* orange */
    text-align: center;
    letter-spacing: 4px;
    text-decoration: none;
    padding-top: 70px;
    font-family: 'Myriad Pro';
    font-size: 12px;
}

a {
    text-decoration: none;
}

.hover {
    color: #990000; /* red */
}

.hover-box {
    border: 2px solid #990000; /* red */
}

h2 {
    color: #ff6600; /* orange */
}

#title {
    position: absolute;
    left: 21%;
    top: 145px;
    letter-spacing: 8px;
    font-family: 'Myriad Pro';
    width: 352px;
}

#loader {
    position: absolute;
    left: 48%;
    top: 20px;
    height: 25px;
    width: 25px;
}

#contact-info-name {
    padding-top: 63px;
}

#contact-info {
    color: #ff6600; /* orange */
    font-family: 'Myriad Pro';
    font-size: 12px;
    text-align: left;
    width: 125px;
    letter-spacing: 4px;
}

#contact-info > a {
    position: relative;
    padding-left: -2px;
    color: #ff6600; /* orange */
    font-weight: bold;
    text-decoration: underline;
}

#contact-info > a:hover {
    color: black;
    background-color: #990000; /* red */
}

.orange {
    color: #ff6600; /* orange */
    font-size: 54px;
}

#license {
    bottom: 2px;
    right: 2px;
    position: fixed;
    opacity:0.4;
    filter:alpha(opacity=40);
    z-index: 10;
}

#license:hover {
    opacity:1.0;
    filter:alpha(opacity=100);
}

#navigation {
    position: relative;
    left: 100%;
    top: -54px;
    color: #ff6600; /* orange */
    border-top, border-right, border-bottom: 3px solid #ff6600; /* orange */
}

ul {
    list-style-type: none;
    text-align: right;
}

li {
    margin-top: -17px;
}

#active {
    color: #990000; /* red */
}

#comma {
    margin-left: -5px;
    margin-right: 5px;
}

.gallery-link {
    font-family: 'Myriad Pro';
    font-size: 12px;
    color: #ff6600; /* orange */
    letter-spacing: 4px;
}

.gallery-link:hover {
    color: #990000; /* red */
}


