/*
-------------------------------------------
File: 'Hi Def Colors 3.6' sidebar_left.css Style Sheet
Created: 2, Decemberber, 2005
Last Modified: 14, December, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005-2007 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebar {
	float: left;
}


/* set the content margin-right/margin-left and padding*/
#content {
	margin-left: 200px;
	margin-right: 0px;
	padding: 16px 0px 0px 12px;
}





