@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		/*font-size:103%;*/
	}
	html {
	
	}
	body {
		color:#434343;
		/*font-size:0.8em;
		line-height:1.4em;*/
		/*padding:1em 0;*/
		margin:0;
	}
	a {
		color:#434343;
	}
	
	h1 {
		font-size:2.2em;
		text-align:center;
		margin:0.4em 0 1.3em 0;
	}
}