﻿/*
	Malo - CSS Library
	Author: Vladimir Carrer
	Author: Jared Lillywhite
	    Added: dp75 &dp66 column 06/05/2009
	    Removed: css reset section to avoid repeating things that are already covered in the css reset.
*/
/* CSS Grid */
/*For center layout*/
#main {  margin:0px auto; width:968px;}
.dp20,.dp25,.dp33,.dp50,.dp66,.dp75,.dp100{float:left; display: inline;} /* IE margin hack */
/* dp = div percent */
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp66{width:66.66%;}
.dp75{width:75%;}
.dp100{width:100%;}
.clear:after{content: ".";	display: block;	height: 0;clear: both;	visibility: hidden;}
.padding{ padding: 10px; min-height: 100px;}

/*End of Malo - CSS Library */