/* 3 columns left sidebars */

#content {
   	width:500px;
   	float:right;
   	margin: 20px 0;
}

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



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