body {

    margin:         0;
    padding:        0;

    background-image: url('../pics/bg-dark.jpeg');
}

p {
    
    width:          650px;
    
    margin: 0px;
    margin-bottom:  20px;
}

table {

    width:          650px;
}

td {

    font-family:    georgia;
    font-size:      18px;
    
    color:          #42336e;
}

h1 {

    width:          650px;

    margin:         0px;
    margin-bottom:  10px;
    padding:        0px;
    
    font-family:    trebuchet ms;
    font-size:      32px;
    font-weight:    normal;
    
    color:          #42336e;
}

h2 {

    width:          650px;

    margin:         0px;
    padding:        0px;
    
    font-family:    trebuchet ms;
    font-size:      18px;
    font-weight:    bold;
    
    color:          #8d2c2d;
}

#container {

    width:          950px;
    
    margin-left:    auto;
    margin-right:   auto;
    margin-bottom:  100px;

    background-color: #fdf1df;
    
    -webkit-box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow:         5px 5px 10px 10px rgba(0, 0, 0, 0.3);
}

#logo {

    position:   absolute;
    z-index:    5;
}

#header {

    width:      950px;
    height:     255px;
}

#header #stripe {

    width:      750px;
    height:     10px;

    background-color:   #271f48;
}

#header #logo {

    position:   relative;
    float:      left;
 
    width:      200px;
}

#header #splash {

    position:   relative;
    float:      left;
    
    width:      750px;
    height:     245px;
}

#header #splash #menu {

    position:   relative;
    top:        0px;

    width:      750px;
    height:     45px;

    background-color:   #42336e;
}

#header #splash #menu ul {

    position:   relative;
    top:        18px;

    margin:     0px;
    padding:    0px;
}

#header #splash #menu li {

    display:            inline;
    list-style-type:    none;
}

#header #splash #menu a {

    padding: 16px 10px 7px 10px;
    text-decoration: none;

    font-family:    trebuchet ms;
    font-size:      16px;
}

#header #splash #menu a:link,
#header #splash #menu a:visited {

    color:  #cfa14b;
    background-color: #42336e;
}

#header #splash #menu a:hover {

    color:  #cfa14b;
    background-color: #7e69b7;
    
    border-top: 4px solid #cfa14b;
}

#page {

    position: relative;

    background-image: url('../pics/bg-sidebar.png');
    background-repeat: repeat-y;
}

#page #sidebar {
    
    position:   relative;
    float:      left;
    
    width:      200px;
}

#page #content {

    position:   relative;
    float:      left;

    width:      700px;
    padding:    25px 25px 25px 25px;
}

#footer {

    width:  950px;
    height: 25px;

    background-color:   #271f48;
}

#footer #disclaimer {

    position:   relative;
    
    top:        5px;
    left:       200px;
}

#list ul {

    padding: 0px 0px 0px 15px;
}


.font_disclaimer {

    font-family:    trebuchet ms;
    font-size:      11px;
    
    color:          #42336e;
}

.font_bodytext {

    font-family:    georgia;
    font-size:      18px;
    
    color:          #42336e;
}

.float_closer {

    clear: both;
}