/* CSS Document */
.floatLeft {
clear:both;
display:block;
float:left;
}

.floatRight {
clear:both;
display:block;
float:right;
}

h1 {
/* customize_h1_color */ color:#675E53; /* customize_h1_color */ 

/* customize_miscellaneous */ /* customize_miscellaneous */
}