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

html, body { height:100%; width:100%; }
body { margin:0px; padding:0px; color:#222; font-size:12px; font-family:Arial, Helvetica, sans-serif; }

hr { background:#FFF; color:#FFF; border:0px solid #666; border-top:1px solid #666; height:1px; }

.wrapper { width:900px; margin:0px auto; }
.spacer_0 { clear:both; height:0px; }
.spacer_5 { clear:both; height:5px; }
.spacer_10 { clear:both; height:10px; }
.spacer_20 { clear:both; height:20px; }
.spacer_30 { clear:both; height:30px; }
.spacer_50 { clear:both; height:50px; }

.bd { border:1px red solid; }

.noPadding { padding:0px; }
.noMargin { margin:0px; }
