@charset "UTF-8";
/* CSS Document */


/* FEATURES */

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
#content img  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.leftalign {
	margin-right:2%;
	float:left;
}
.rightalign {
	margin-left:2%;
	float:right;
}
.uppertext {
	text-transform:uppercase;
}
.clearfix {
	clear:both;
}
.halo:hover {
	-webkit-box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}

