#Hotlinks {
    background: url(../img/frontpage-main.jpg) top left no-repeat;
    height: 300px;
    position: relative;
}

#Hotlinks ul {
    position: absolute;
    top: 55px;
    left: 75px;
}

#Hotlinks li {
    height: 32px;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

#Hotlinks h4 {
    font-size: 12px;
}

#Hotlinks a {
    text-decoration: none;
}

#Hotlinks p {
    font-size: 12px;
}

.Hotlinks {
    color: #fffaf1; /*Broken white*/
}

.HotlinksHover {
    color: #7fff00; /*Broken white*/
}

#FeaturedLink {
    background: url(../img/star.png) top left no-repeat;
    position: absolute;
    top: 170px;
    left: 820px;
    width: 150px;
    height: 100px;
    text-align: center;
}

#FeaturedLink h4 {
    font-size: 16px;
    font-weight: bold;
    color: #21190e;
    margin: 15px auto 5px auto;
    width: 100px;
    text-align: center;
}

#FeaturedLink a {
    color: #0084ff;
    font-weight: bold;
    text-decoration: none;
}

#FeaturedLink a:hover {
    text-decoration: underline;
}

#Intro {
    width: 900px;
    margin: 0px auto;
}

#Intro tr {
    vertical-align: top;
}

#Intro td {
    vertical-align: top;
}

#IntroText {
    width: 625px;
}

#IntroText h3 {
    font-size: 20px;
}

#IntroText p {
    width: 540px;
    padding: 0px 0px 0px 10px;
    margin: 14px 0px 14px 0px;
    font-size: 13px;
}

#IntroText p:first-letter {
    font-size: 16px;
}

#IntroText a:hover {
    color: #0084ff;
}

#IntroText a {
    color: #0065c3;
}

#Newsticker {
    width: 275px;
}

#Newsticker li {
    margin-bottom: 20px;
}

#Newsticker h4 {
    background: url(../img/newsticker.png) top left no-repeat;
    height: 22px;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 3px;
}

#Newsticker table {
    font-size: 11px;
    margin-left: 10px;
}

#Newsticker td {
    padding-left: 10px;
}

#Newsticker a {
    color: #fffaf1; /*Broken white*/
}

#Newsticker a:hover {
    color: #7fff00; /*Green*/
}