﻿body
{
    margin:0px;
    margin-top:0px;
    background-color:#404040;
    padding-top:0px;
    font-family:Arial;
}

img
{
    max-width:100%;
}

a
{
    color:Black;
}

.header
{
    width:100%;
    height:200px;
    background-image:url(images/header.png);
    background-repeat:repeat-x;
    background-position:left;
    overflow:hidden;
    margin-top:0px;
}

.headerQuote
{
    color:#93CDDD;
    float:right;
    font-size:12px;
    font-style:italic;
    font-family:Arial;
    margin-right:9px;
    position:relative;
    top:160px;
}

.dimdimLogo
{
    position:absolute;
    top:5px;
    right:10px;
    border:none;
}

.bBlogLogo
{
    position:absolute;
    top:10px;
    left:10px;
    border:none;
}

.contentBox
{
    width:97%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#BFBFBF;
    padding-bottom:15px;
}

.content
{
    width:98%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.titleText
{
    margin-left:5px;
}

.titleBar
{
    width:100%;
    height:40px;
    background-image:url(images/title_bar.png);
    background-position:top left;
    background-repeat:repeat-x;
    margin-bottom:5px;
    font-size:23px;
    max-height:40px;
    padding-top:4px;
    overflow:hidden;
}

/* Buttons */

.homeButton
{
    width:200px;
    height:87px;
    background-image:url(images/home.png);
    background-repeat:no-repeat;
    float:left;
    margin-right:-15px;
    position:relative;
    top:126px;
}

.homeButton:hover
{
    width:200px;
    height:87px;
    background-image:url(images/home_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.homeButton_a
{
    width:200px;
    height:87px;
    background-image:url(images/home_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.reviewButton
{
    width:200px;
    height:87px;
    background-image:url(images/review.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.reviewButton:hover
{
    width:200px;
    height:87px;
    background-image:url(images/review_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.reviewButton_a
{
    width:200px;
    height:87px;
    background-image:url(images/review_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.aboutButton
{
    width:200px;
    height:87px;
    background-image:url(images/about.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.aboutButton:hover
{
    width:200px;
    height:87px;
    background-image:url(images/about_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.aboutButton_a
{
    width:200px;
    height:87px;
    background-image:url(images/about_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.twitterButton
{
    width:200px;
    height:87px;
    background-image:url(images/twitter.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.twitterButton:hover
{
    width:200px;
    height:87px;
    background-image:url(images/twitter_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}

.twitterButton_a
{
    width:200px;
    height:87px;
    background-image:url(images/twitter_a.png);
    background-repeat:no-repeat;
    float:left;
    position:relative;
    top:126px;
    margin-right:-15px;
}