
/*
-------------------------------------------
File: 'Blueball Premiere Classic 4.0' sidebar_left.css Style Sheet
Version: 1.0
Created: 27, October, 2005
Last Modified: 14, January, 2009
Author: Charlie Lockhart/Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2009 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#body-container{
	padding-left: 300px;
	padding-right: 0;
	margin-right: 0px;
}


#body-container {
	background: #366 url() left repeat-y;
}

#body-content {
	padding: 50px 0px 30px 30px;
}


#sidebarContainer{
	position: relative;
	float: left;
	width: 300px;
	margin-left: -150px; /* Compensate for IE6 doubled margin on floats bug */
}


html>body #sidebarContainer {
	margin-left: -300px; /* Reset for non-IE6 browsers */
}



