@charset "utf-8";
/* CSS Document */

/*This is the import function which means you dont have to put in all the css's into your html - just this basic.css*/

@import "images.css";
@import "maincontent.css";
@import "navigation.css";
@import "print.css";
@import "text.css";
@import "page_layouts.css";
@import "instructcontent.css";
@import "comment.css";

/*import function*/


body {
	margin:0;
}

.clear {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.floatnone {
	float:none;
}
