/*
3 columns right sidebars
*/

#content {
   	width:480px;
   	float:left;
   	margin: 20px 0;
}

#main-sidebars{
	widht:450px;
	float:right;
	margin: 20px 0;
}

#primary {
    width:200px;
    float:left;
    margin:0 20px 0 0;
}

#secondary {
    width:190px;
    float:right;
    margin:0;
}