/*
-------------------------------------------
File: 'Blueball Premiere Classic 3.5' sidebar_right.css Style Sheet
Created: 27, October, 2005
Last Modified: 22, June, 2006
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005 Charlie/Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/



#body-container{
	margin-right: 300px;
	margin-left: 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 */
}



