body, html {
    background-color: #000;
    color: white;
}

h1, h2, h3, h4 {
    font-family: "American Typewriter", "Courier New", Courier, fixed;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.outermost {
    color: white;
    overflow: hidden;
    width: 825px;
    margin: 10px auto;
}

.homepage {
    margin: 0px auto;
    background: url('../img/homebg.png') no-repeat scroll top left;
    width: 805px;
    height: 473px;
    overflow: hidden;
}

.homepage .content {
    width: 255px;
    margin-left: 30px;
    margin-top: 112px;
}

.homepage .content h1, p {
    font-family: Arial, sans-serif;
    display: inline;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.homepage .content h2 {
    font-size: 46px;
    margin-top: 7px;
}

.homepage .content h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.homepage .content h3 a, .homepage .content h3 a:visited {
    font-style: normal;
    color: white;
    text-decoration: none;
}

.homepage .content h3 a:hover {
    color: #b7d6ff;
}

.homepage .content ul {
    margin: 0;
    padding: 0;
}

.homepage .content li {
    list-style: none;
}

a, a:visited {
    color: #b7d6ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.homepage .content a {
    font-style: italic;
}

.innerpage {
    background: url('../img/innerbg.png') no-repeat scroll top left;
    margin: 0 auto;
    width: 805px;
    min-height: 585px;
}

.innerpage .header {
    padding:68px 0 0 16px;
}
.innerpage .header ul {
    margin: 0;
    padding: 0;
}

.innerpage .header ul li {
    list-style: none;
    display: inline;
    margin-right: 7px;
}

.innerpage .header ul li h3 {
    display: inline;
    font-weight: bold;
    font-size: 14px;
}

.innerpage .header ul li h3 a, .innerpage .header ul li h3 a:visited {
    color: white;
}

.innerpage .header ul li h3 a:hover {
    color: #b7d6ff;
    text-decoration: none;
}

.innerpage .header ul li.active h3 a:hover {
    color: white;
    cursor: default;
}

.innerpage .header ul li.active h3 {
    font-weight: normal;
    font-size: 36px;
    margin-right: 0px;
}

.innerpage .header ul li.active img {
    margin-left: 3px;
}

.innerpage .content {
    margin: 8px 275px 0 16px;
}

.innerpage .content img {
    float: left;
    margin: 3px 8px 18px 0;
}

.innerpage .content h2, .innerpage .content h1 {
    font-weight: bold;
    font-size: 18px;
}

.innerpage .content h2 {
    margin-top: 1em;
    clear: both;
}

.innerpage .content p {
    margin-bottom: 1em;
    display: block;
}

.innerpage .content p.info {
    font-style: italic;
    line-height: 15px;
}

.innerpage .homelink {
    float:right;
    margin-right:20px;
    margin-top:80px;
}

.innerpage .homelink a {
    text-indent: -50000px;
    display: block;
    width: 120px;
    height: 80px;
    cursor: pointer;
}