/*----variable content widths----*/	
.content {
	padding:15px 10px 10px 10px;
	/*width:520px;*/
	}
.content_only {
	width:960px;
	float:left;	
	}
.content_right {
	width:660px;
	float:left;	
	}
.content_left {
	width:760px;
	float:left;	
	}
.content_both {
	width:460px;
	float:left;	
	}
	
/*----actual sidebar widths----*/	
#sidebar_left {
	width: 200px;
	position:relative;
	display:inline;
	}
#sidebar_right {
	width: 300px;
	float:left;
	position:relative;
	display:inline;
	/*margin-left:20px;*/
	}