/* general */

html, body, h1, h2, h3, p, li, ul, ol {
	margin: 0;
	padding: 0;
	}

body {
	width: 820px;
	margin: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	}


/* div styles */	

.oneRowDiv {
	width: 820px;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	}


/* illustrations */

img {
	margin-right: 10px;
	margin-bottom: 6px;
	border: 0;
	}


/* typography */

p, h1, h2, h3 {
	padding-bottom: 12px;
	}
  
h2 {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	}  

h3 {
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px
	}
