@charset "utf-8";
@import url(reset.css); 									   	    /* reset all browser defaults  */
@import url(positioning.css);
@import url(typography.css);
@import url(nav.css);
@import url(common.css);

html{
	overflow:-moz-scrollbars-vertical;height: auto;}

body{
	font:0.8em/1.4em "Trebuchet MS", Georgia, "Times New Roman", Times, serif; color:#666; margin:0; padding:0;
	background:#eee url(../img/bg/bg-gradient.jpg) center center repeat-y;}
	
#padded {width: 700px; margin: 0 auto;}




