html, body 
{
    font-family: Verdana, sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
}

.inputbutton
{
    background-color: #CCCCCC;
    border-color: #666666;
    color: black;
}

.footertext
{
    color: white;
}

.grayline
{
    background: #333333;
    height: 2px;
}
.blogtext p
{
    color: #505050;
}
.footertext p a 
{
    color: white;
}
.footertext p a:link 
{
    color: white;
}
.footertext p a:visited 
{
    color: white;
}
.footertext p a:hover 
{
    color: #99FF33;
}

.big
{
    font-size: 2em;
}

#nav a 
{
    color: white;
    text-decoration: none;
    font-size: medium;
}
#nav a:link 
{
    color: white;
}
#nav a:visited 
{
    color: white;
}
#nav a:hover 
{
    color: #99FF33;
}

a 
{
    text-decoration: none;
}
a:link 
{
    color: black;
}
a:visited 
{
    color: black;
}
a:hover 
{
    color: #99FF33;
}

#page-container 
{
    min-width: 850px;
    margin: auto;
}

#topbar
{
    background: #333333;
    height: 24px;
    padding: 2px;
}

#header
{
    background: black;
}

.section
{
    background: black;
    color: white;
}

#nav
{
    background: black;
    color: white;
    align: center;
}

#inner-container
{
    width: 740px;
    background: yellow;
    margin: auto;
}

#content
{
    float: left;
    width: 480px;
}

#sidebar
{
    float: right;
    width: 240px;
}

#advertising
{
    float: right;
    width: 125px;
}

#footer
{
    clear: both;
    background: black;
}
