/*
-------------------------------------------
File: 'Blueball Pro Colors' sidebar_default.css Style Sheet
Created: 29, May, 2005
Last Modified: 17, May, 2008
Author: Josh/Charlie Lockhart, Blueball Design
Copyright 2005-2008 Josh/Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#outer {
  padding-right: 200px;
}

#sidebar {
	float: right;
	width: 200px;
	margin-right: -115px; /* HALVE FOR IE6 FLOAT DOUBLE-MARGIN BUG */
	margin-bottom: 20px; /* Allow room for validation links */
}

html>body #sidebar{
	margin-right: -200px; /* RESET FOR NON-IE6 BROWSERS. SEE ABOVE. */
}


