/*
-------------------------------------------
File: 'Minimal Color 3.2' sidebar_right.css Style Sheet
Created: 11, October, 2005
Last Modified: 13, October, 2005
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005 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: right;
}


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

#contentarea{
	margin-right: 170px;
	margin-left: 0px;
	border-right: 1px solid #707070;
	border-left: 0px;
}




