/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
margin: 0 auto;
width:960px;
position:relative;
overflow:auto;
}

div#content {
float:left;
margin:0px -720px 0 0px;
width: 720px;
overflow:hidden;
}
div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#asshole {
float:right;
margin:161px 20px 0 720px;

width:180px;

}

div#secondary {
float:right;
margin:161px 20px 0 720px;
width:180px;

}
