﻿/* Layout styles */
html
{
    height: 100%;
    background-color:#DBDBDB;
}
html, body
{
    color: #fff;
    font-family: sans-serif, Verdana, Arial;
    margin: 0px;
    padding: 0px;
    text-align: left;
    min-height: 830px;
    
    *overflow-x:hidden;/* IE7 bug */
	_overflow:auto;/* fix for IE6 for IE7 bug */
}

p
{
    color: #fff;
}

.Main
{
    padding-top: 85px;
    padding-bottom: 85px;
}

/* Header bar, gray, stretches past centered div and ends in a blend to the bground color*/
#header
{
    /* no code required here */
}

.headerleft
{
    float: left;
    background-color: Yellow;
}

#headercenter
{
    width: 1020px;
    margin: 0 auto 0 auto;
    height: 85px;
}

.headerright
{
    float: right;
    background-color: Orange;
}

