﻿#sitebody 
{
    background-color: #474344;
}

#shell 
{
    margin: auto;
    width: 100%;
}

#subshell
{
	width: 902px;
	margin:auto;
}

#container 
{
	background:#FEF8EF;
}

#contentBody 
{
    margin:auto;
    text-align:left;
    vertical-align:top;
    padding: 18px;
    background:#FEF8EF url('../images/template/bodyfade.jpg') repeat-x top left;
}

#headerbackground 
{
    background:#FEF8EF url('../images/template/header.jpg') no-repeat top center;
    height: 172px; 
    width: 902px;
    text-align: center;
}

#footerbackground 
{
    background: url('../images/template/footer.jpg') repeat-x top center;
    width: 902px;
    text-align: center;
}

#left 
{
        background: #474344 url('../images/template/left.jpg') no-repeat top right;
        width:50%;
}

#right 
{
        background: #474344 url('../images/template/right.jpg') no-repeat top left;
        width:50%;
}


