/************************************************************** GLOBAL STYLES */
html {
	min-width: 750px;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(bkgrnd_greydots.png) repeat;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: small;
	color: #333;
	}
	
#wrap {
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	background: #fff;
	}
	
#innerwrap {
	width: 720px;
	margin: 0 15px;
	padding: 8px 0;
	}
	

	
/************************************************************** LAYOUT STYLES */	

	
#easyWrap2 {
	background: url(easy_bg_circles.png) top center no-repeat;
	width: 695px;
	min-height: 665px;
	}
	
#easyLogo {
	width: 680px;
	margin-left: 15px;
	}
	
#easyLogo img {
	margin-right: 30px;
	}
	
#easyLeft {
	float: left;
	width: 670px;
	margin-left: 15px;
	}
	
#easyRight {
	float: left;
	width: 670px;
	margin-left: 15px;
	}
	
.easyStory {
	padding-top: 15px;
	}
	
	
/************************************************************** HEADING STYLES */

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: .5em;
	padding-bottom: 0;
	}
	
h1 {
	padding-top: 0;
	font-size: x-large;
	}
	
h2 {
	font-size: medium;
	margin: 0;
	}
	
h3, h4 {
	font-size: small;
	margin-bottom: 0;
	}
	
h4 {
	font-size: x-small;
	}
	
/************************************************************** BASIC HTML STYLES */
	
p {
	line-height: 1.25em;
/*	margin-top: 0; */
	}

h1+p,
h2+p,
h3+p,
h4+p {
	margin-top: .25em;
	}

img {
	border: 0;
	}
	
ul li,
ol li {
	margin: 5px 0;
	}
	

/************************************************************** LINK STYLES */	
a:link {
	color: #0066cc;
	}
	
a:visited {
	color: #6699cc;
	}
	
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	}
	
