﻿/**** Element Styles ***/
body
{
    background-color: #150b01;
    background-image: url(images/bg.jpg);
    background-position: top center;
    color: #331c07;
    font-family: Comic Sans MS, Trebuchet MS, Verdana, Arial;
    font-size: 14px;
    margin: 0px;
}

p
{
    margin: 12px 0px 12px 0px;
}

img
{
    border: 0px;
}

td
{
    padding-right: 10px;
    padding-bottom: 6px;
    vertical-align: top;
}

a
{
    color: #00aeef;
}

a:hover
{
    color: #00aeef;
}

/**** Master Page ****/
#wrapper
{
    margin-left: auto;
    margin-right: auto;
    height: 784px;
    width: 976px;
}

#header
{
    background-image: url(images/header_bg.jpg);
    height: 268px;
    width: 976px;
}

#logo
{
    background-image: url(images/logo.jpg);
    height: 199px;
    width: 954px;
    position: relative;
    top: 15px;
    left: 11px;
}

#navigation
{
    height: 41px;
    width: 954px;
    position: relative;
    top: 15px;
    left: 11px;
}

#main
{
    background-image: url(images/content_bg.jpg);
    height: 506px;
    width: 976px;
}

#content
{
    height: 456px;
    width: 656px;
    float: left;
    position: relative;
    top: 30px;
    left: 30px;
    overflow: auto;
    padding-right: 10px;
}

#sidebar
{
    height: 456px;
    width: 226px;
    float: left;
    position: relative;
    top: 30px;
    left: 52px;
}

#copyright
{
    color: #ffffff;
    font-size: 10px;
}

/**** Page Styles ****/
.title
{
    color: #d43336;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    width: 640px;
}

.bltitle
{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 640px;
}

.hilight
{
    color: #d43336;
    font-weight: bold;
    font-size: 24px;
    text-decoration: underline;
}

.smhilight
{
    color: #d43336;
    font-weight: bold;
    text-decoration: underline;
}

.blurb
{
    font-size: 12px;
    width: 226px;
}

.divider
{
    background-color: White;
    height: 5px;
    width: 226px;
    margin: 10px 0px 10px 0px;
}