/*** basic page layout ***/

.content {
    float: left;
    width: 750px;
	padding-right:20px;
}

/*** sidebar ***/

.sidebar {
    width: 220px;
    float: right;
    height: 550px;
	z-index:999;
	right:0;
}

/* top margin on sidebar needed for JS to parse */
.sidebar, .content {  margin-top: 50px; }

/* fixed sidebar applied dynamtically with JS */ 
.fixed {  position: fixed; top: 0;}