/* GLOBAL */
body {
	background:#333E16 url(../images/bg-body.jpg) repeat-x left top; 
	font:12px Arial, Helvetica, sans-serif;
	/*color:#727272;*/
	color:#505050; }
	
a { text-decoration:none; outline:none; color:#505050; }

a img { border:none; }

i, strong { font-weight:bold !important; }

ol {
	list-style-type:decimal;
	list-style-position:inside;
}

/* CLEARFIX TRICK */

.clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{ display: inline-block;} 

* html .clearfix {height: 1%;} 
.clearfix{display:block;} 

/* FLOATINGS */
.right { float:right; }
.left { float:left; }
.clear { clear:both; }
