@charset "UTF-8";
/* basemod-cols ffhacks */
@media screen, projection {


/* ---------->>> Special, non-valide definiton for FF<3 <<<---------- */
#nav, x:-moz-any-link {
	bottom: 1em;
}
#nav, x:-moz-any-link, x:default { /* FF3 only */
	bottom: 1.5em;
}

#footer_content, x:-moz-any-link {
	float: left;
	margin-left: 215px;
}
#footer_content, x:-moz-any-link, x:default { /* FF3 only */
	float: none;
	margin-left: 0;
}


}

