body {
    background-color: black;
    color: #e5e5e5;
    margin-top: 0px;
}

.nav_bar
{
    width: 900px;
    background-color: #1d1d1d;
    display: block;
    height: 30px;
}

.home_image
{
    margin-top: 2px;
    float: left;
    margin-left: 5px;
}

.links
{
    margin-top: 7px; 
    margin-right: 10px;
    float: right;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 10pt;
}

.links .link1 a
{
    text-decoration: none;
    color: #d09842;
}

.links .link1 a:hover
{
    color: #d09842;
    text-decoration: underline;
}

.links .link2 a
{
    text-decoration: none;
    color: #9f4dca;
}

.links .link2 a:hover
{
    color: #9f4dca;
    text-decoration: underline;
}

.links .link3 a
{
    text-decoration: none;
    color: #71db5c;
}

.links .link3 a:hover
{
    color: #71db5c;
    text-decoration: underline;
}
.links .link4 a
{
    text-decoration: none;
    color: #72d2b2;
}

.links .link4 a:hover
{
    color: #72d2b2;
    text-decoration: underline;
}
.links .link5 a
{
    text-decoration: none;
    color: #8394db;
}

.links .link5 a:hover
{
    color: #8394db;
    text-decoration: underline;
}
.links .link6 a
{
    text-decoration: none;
    color: #e0a852;
}

.links .link6 a:hover
{
    color: #e0a852;
    text-decoration: underline;
}

.main_body
{
    width: 900px;
    background-color: #1d1d1d;
    margin-top: 6px;
    text-align: left;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 10pt;
    display: block;
    color: #e5e5e5;
}

.main_body a
{
    color: orange;
    text-decoration: none;
}

.main_body a:hover
{
    text-decoration: underline
}
    

.main_body .maincontent
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.main_body .maincontent h1
{
    font-size: 14pt;
}

.main_body .main_content .left_body
{
    width: 600px;
    padding-right: 5px;
    
}

.main_body .maincontent .right_body
{
    width: 230px;
    padding-left: 5px;
    display: block;
}

.main_body .maincontent:after
{
    clear: both;
}

.smaller
{
    font-size: smaller;
}

    
 
.footer_bar
{
    float: none;
    width: 900px;
    background-color: #1d1d1d;
    display: block;
    height: 30px;
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #c2c2c2;
    text-align: left;
    margin-top: 6px;
    
}

.footer_bar .content
{
    padding: 5px;
    background-color: #1d1d1d;
}

.blogphoto
{
    border: 3px solid #e5e5e5;
}

.blogphoto_outer
{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.blogphotosmall
{
    border: 2px solid #e5e5e5;
}

.blogtitle
{
    font-family: "Trebuchet MS", arial, helvetica, sans-serif;
    font-size: 15pt;
}

.blogtitle .subtext
{
    font-size: 9pt;
}

.openingphotolist
{
    margin-right: 5px;
    margin-bottom: 10px;
}

    
