﻿body
{
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 120%;
}

html
{
    background: #3D3D3D;
}
#background
{
    background: #000000;
    padding-top: 50px;
    padding-bottom: 150px;
}
a
{
    color: #FFF;
}
a:hover
{
    color: #FF6100;
}
#container
{
    width: 900px;
    margin: auto;
    min-height: 400px;
}
#footer
{
    height: 50px;
    background: #3D3D3D;
    margin: auto;
    border-top: solid 2px white;

    padding: 0;
    margin-bottom:0;
    text-align: center;
    font-size: small;
}

#header
{
    height: 150px;
    background: #3D3D3D;
    margin: auto;
    border-bottom: solid 2px white;
   
}

#title h1
{
    font-size: 3em;
    font-weight: 900;
    text-align: center;
}
#title
{
    padding-top: 10px;
}

#links
{
    width: 340px;
    margin: auto;
    margin-top: 30px;
}
#links a
{
    font-size: 1.5em;
}

#header li
{
    list-style: none;
    float: left;
    margin-right: 20px;
}

h1
{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FF6100;
}

h2 
{
    font-size: 1.1em;
   font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

.boxedContent
{
    background: #3D3D3D;
    border: solid 2px white;
    padding: 15px;
    margin-top: 20px;
}

.clear
{
    clear: both;
}

.shareThisBox
{
    float: left;
    width: 85px;
}

p
{
    margin-bottom: 15px;
}
