/*
-------------------------------------------
File: 'Blueball Minimal Colors 36' sidebar_left.css Style Sheet
Created: 10, October, 2005
Last Modified: 25, July, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2007 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: left;
}


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

* {
	
}
h5 {
	font-size: 12px;
	line-height: 1.3em;
	color: #005F85;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 4px 5px;
	padding: 0px;
}





