﻿#page-wrapper #main-wrapper
{
    background: none;
    margin: 0px;
}
#page-wrapper #main-wrapper #left-col
{
    margin: 18px 0px 0px 0px;
}
#page-wrapper #main-wrapper #right-col
{
    width: 753px;
}
#page-wrapper #main-wrapper #right-col
{
    position: relative;
    height: 458px;
}
#page-wrapper #main-wrapper #right-col #background #overlay
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 17px;
    background: url(/images/backgrounds/grey-gradient.png) repeat-y top right;
}
#page-wrapper #main-wrapper #right-col #title
{
    position: absolute;
    left: 24px;
    bottom: 18px;
    color: #fff;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 1.9em;
    letter-spacing: 0.07em;
}
#page-wrapper #main-wrapper #right-col #snippets
{
    position: absolute;
    top: 0px;
    right: 37px;
    width: 234px;
}
#page-wrapper #main-wrapper #right-col #snippets .snippet
{
    padding: 0px;
}
#page-wrapper #main-wrapper #right-col #snippets div.first
{
    margin-top: 0px;
}
#page-wrapper #main-wrapper #right-col #snippets .snippet .snippet-inner
{
    width: 234px;
    background: none;
    margin: 0px;    
}
#page-wrapper #main-wrapper #right-col #snippets .snippet .snippet-inner .main-content-wrapper
{
    width: 234px;
    margin: 0px;
}
#page-wrapper.js #main-wrapper #right-col #snippets .snippet .snippet-inner .main-content-wrapper img.js-stretch
{
    width: 234px;
}
#page-wrapper #main-wrapper #right-col #snippets .snippet .snippet-inner .main-content-wrapper .main-content
{
    padding: 0px 12px;
}
#page-wrapper #main-wrapper #right-col #snippets .snippet .snippet-inner .main-content-wrapper
{
    background: url(/images/backgrounds/snippets/main-content-home-no-js.png) repeat-y top left;
}