

.content .sidebar {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:200px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:0px;         	/* Width of the left-hand side padding on the left column */
}

.wide .sidebar-wide {
    float:left;
    width:200px;
    position:relative;
    right:200px;
	padding: 0px 0px 20px 0px;	
}

#sidebar11 {
	float: left;
   	width: 220px; 
   	height: 100%; 	
	text-align: center;	
	border-width: 0px 0px 0px 0px;
	border-color: black;
	border-style: solid;
	margin: 0px 0px 0px 0px;	
}


