BODY
{
    margin: 0;
    text-align: center;
}

#Container
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#HeaderContainer
{
    clear: both;
    float: left;
    height: 96px;
}

#NavContainer
{
    clear: both;
    float: left;
    height: 24px;
    width: 920px;
    padding: 30px 20px 0px 20px;
}

#Content
{
    clear: both;
    float: left;
    width: 920px;
    min-height: 520px;
    padding: 24px 20px 20px 20px;
}

#BreadCrumbContainer
{
    clear: both;
    float: left;
    width: 918px;
}

#ColLeft
{
    float: left;
    width: 596px;
}

#gutter
{
    float: left;
    width: 32px;
    display: block;
}

#ColRight
{
    float: left;
    width: 290px;
	margin-top: 8px;
}

#Footer
{
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	height: 240px;
}

#FooterContainer
{
    width: 920px;
    margin: 0 auto;
    text-align: left;
    padding: 15px 20px 30px 20px;
}

#FooterNav
{
    text-align: left;
    height: 26px;
   
}

#FooterContent
{
    text-align: left;
    padding-top: 18px;
}

.poweredBySitefinityLogo
{
    display: none;
}