a img {
	border:0;
}
code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}

 /* Easy Clearing */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix { zoom: 1; } /* proprietary IE-only property that doesn't require a filter and works in both IE6 and 7 */

.left_float, .float_left {
	float:left; 
}
.right_float, .float_right {
	float:right;
}

.center, centered {
	text-align:center;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}

ul li {
	list-style-image: url('/media/structure/square_bullet.png');
}



