@charset "UTF-8";


/* --------------------------------------------------------------------------------
   SubStyle
-------------------------------------------------------------------------------- */


/* headings
-------------------------------------------------------------------------------- */

div#sidenav h4 a {
	/*background-image: url("img/h4.gif") !important;*/
}


/* Sample
-------------------------------------------------------------------------------- */

/* -- Headings -- */



/* Clear
-------------------------------------------------------------------------------- */

#sample_element:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
#sample_element {
	zoom:100%;
}
