/* Static Pop Studios - Copyright 2005 */
/*-------------------------------------------
  Body Default
------------------------------------------ */
body { 
		background: #fff;
		margin: 0px auto;
		overflow:-moz-scrollbars-vertical;
	}
/* ------------------------------------------
  Default Text
------------------------------------------ */
h1 { 
	font: 13px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#333333;
	text-align: left;
	margin:9px;
	}
