/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
float:left;
margin:0 -16.5em 0 0;
width:65.25em;

}

div#content {
margin:0 16.5em 3em 8.25em;
}

div.sidebar {
float:right;
overflow:hidden;
width:15.75em;
}
div#primary {
display: none;
}
div#secondary {
clear:right;
margin-bottom: 2em;
}

div#footer {
clear:both;
width:65.25em;

}