/* Master CSS file */

/* Positioning */
@import url("positioning.css");

/* Skin */
@import url("skin.css");

/* Typography */
@import url("typography.css");

/* Misc stuff */
* {padding: 0; margin: 0; font-weight: normal;}

img {border: none;}

.clearboth {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right}

.hide {display: none}
