body {
    color: #ffffff;
    background: #000000 url(background.png) repeat-y fixed top left;
    font-family: Arial, Helvetica, sans-serif;
}

div#Header {
    color: #ffa500; background-color: transparent;
    height: 60px;
}

div#Menu {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px 0px 0px 0px;
    padding: 0px 5px 5px 5px;
    width: 169px;
    color: #cccc66; background-color: transparent;
    font-size: 10px;
    text-align: center;
}

div#Content {
    top: 0px;
    left: 0px;
    margin: 0px 189px 10px 0px;
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12px;
}


/* header styles */
#Header p {
    margin: 0px 189px 10px 0px;
    padding-top: 5px;
    height: 55px;
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
}


/* menu styles */
#Menu p.header {
    background: url(border.png) no-repeat top center;
    margin: 25px 0px 0px 0px;
    padding-top: 10px;
    color: #cc0000; background-color: transparent;
    font-weight: bold;
}

#Menu p {
    margin: 5px 0px;
}

#Menu A:link {
    color: #ffa500; background-color: transparent;
    text-decoration: underline;
}

#Menu A:active {
    color: #cc0000; background-color: transparent;
    text-decoration: underline;
}

#Menu A:visited {
    color: #cccc66; background-color: transparent;
    text-decoration: underline;
}


/* content styles */
.section {
    color: #cc0000;
    background: transparent url(background1.png) repeat-y scroll top left;
    font-size: 13px;
    font-weight: bold;
    font-variant: small-caps;
    clear: both;
    width: 404px;
}

.section p {
    padding: 1px 2px;
}

.article {
    font-size: 12px;
    clear: both;
}

p.articleTitle {
    font-size: 13px;
    font-weight: bold;
    color: #cc0000; background-color: transparent;
}

p.articleTitle a:link {
    color: #cc0000; background-color: transparent;
    text-decoration: none;
}

p.articleTitle a:active {
    color: #cc0000; background-color: transparent;
    text-decoration: none;
}

p.articleTitle a:visited {
    color: #cc0000; background-color: transparent;
    text-decoration: none;
}

p.articleFooter {
    font-size: 9px;
}

.articleBody {
    color: #cccc66; background-color: transparent;
    padding-top: 5px;
    margin-bottom: 30px;
}

.articleBody a:link {
    color: #ffa500; background-color: transparent;
    text-decoration: underline;
}

.articleBody a:active {
    color: #cc0000; background-color: transparent;
    text-decoration: underline;
}

.articleBody a:visited {
    color: #cccc66; background-color: transparent;
    text-decoration: underline;
}


.articleImage {
    width: 400px;
    margin-right: 10px;
    margin-bottom: 30px;
    float: left;
}

.articleImage img {
    border: ridge 2px #ffa500;
}

.articleImage p {
    text-align: center;
}

.articleSeparator {
    color: #009999; background-color: transparent;
    font-size: 9px;
    padding-bottom: 10px;
    margin: 0px 125px;
    border-top: thin dotted #ffa500;
    clear: both;
}
