/*
   global.css
   Sheepskinshoes.com
   
   Created by Joe Cochran
   Licensed under the Creative Commons Attribution Share Alike 3.0 
   http://creativecommons.org/licenses/by-sa/3.0/
*/


/* Properties pertaining to positioning, like floats and clearing floats. */

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.20pxright {
	margin-right:20px;
}
