/*  
Theme Name: Justin Breathes Maroon33
Version: 1.0
Author: Justin G
Author URL: http://www.justinbreathes.com/
*/

body {
    margin: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12pt;
    vertical-align: top;
    background: #330000;
    color: #000000;
}

#wrapper {
    width: 860px;
    background: #330000;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#header {
    width: 860px;
    height: 90px;
    background: #cccccc;
    margin-top: 10px;
    border: 0 0 0 0;
    text-align: center;
}

#header img {
    border: 0 0 0 0;
    text-align: center;
}

#bodycontainer {
    width: 860px;
    background: #333333;
}

#box {
    float: right;
    width: 650px;
    text-align: left;
    background: #ffffff;
}

#box h2 {
    background: #003366;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: 14pt;
    text-transform: capitalize;
}

#box p {
    background: #ffffff;
    color: #000000;
    margin: 0 0 0 0;
    padding: 10px 20px 10px 20px;
    font-family: Georgia;
    font-size: 10pt;
}

#sidebarcontainer {
    float: left;
    width: 200px;
    text-align: left;
    background: #ffffff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebarcontainer h2 {
    font-family: Arial;
    font-size: 14pt;
    color: #ffffff;
    background: #cccccc;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    text-transform: capitalize;
}

#sidebarcontainer ul {
    background: #ffffff;
    color: #000000;
    font-family: Georgia;
    font-size: 8pt;
    list-style-type: none;
    padding-right: 10px;
    text-indent: -20px;
}

#sidebarcontainer a {
    color: #000000;
    text-decoration: underline;
}

#footer {
     text-align: left;
     float: right;
     background: #330000;
     color: #ffffff;
     font-family: Georgia, serif;
     font-size: 8pt;
     margin: 10px 0 0 0;
}
