@import url('reset.css');
@import url('layout.css');
@import url('typography.css');


.clear { clear: both; }

.text_right { text-align: right; }
.text_left { text-align: left; }
.text_center { text-align: center; }
.text_justify { text-align: justify; }

.no_margin { margin: 0; }
.no_padding { padding: 0; }

.float_left { float: left; }
.float_right { float: right; }
