/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
body {margin: 0px auto;}

div#container {
float:left;

}
#wrapper {
	width:960px;
	margin:0px auto;
}
div#content {
margin:0 100px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:200px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}