
/*
-------------------------------------------
File: 'Blueball Premiere Classic 4.0' sidebar_right.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-right: 300px;
	padding-left: 0;
	margin-left: 0px;
}


#body-container {
	background: url('../../images/body-background.jpg') right repeat-y;
}

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


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


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



