/* Standing Stone */ 
/* Template CSS Document */
/* page specific settings */
@import url("pages.css");

/* main layout fonts and colors*/
@import url("layout.css");

/* navigation */
@import url("nav.css");

/* Misc. */
.clear_float {
clear:both;
}
.left_float {
float:left;
}
.right_float {
float:right
}
