.typography p,
.typography address {
	margin-top: 0.75em; /* 9px / 12px = 0.75em */
	margin-bottom: 0.75em; /* 9px / 12px = 0.75em */
	padding-left: 1.3333em; /* 16px / 12px = 1.3333em */
	padding-right: 1.3333em; /* 16px / 12px = 1.3333em */	
	
}	
.typography #Main h1 {
	background: url(../images/jx_paragraph_header.gif);
	font-size: 1.5em; /* 18px / 12px = 1.5em */ 
	margin-top: 1.1667em; /* 21px / 18px = 1.1667em */
	margin-bottom: 0.1667em; /* 3px / 18px = 0.1667em */
	line-height: 1.6667em; /* 30px / 18px = 1.6667em */ 
	padding-left: 1.1667em; /* 21px / 18px = 1.1667em */
}
.typography #Side h1 {
	background: #262261;
	font-size: 1.1667em; /* 14px / 12px = 1.1667em */ 
	margin-top: 1.5em; /* 21px / 14px = 1.5em */
	margin-bottom: 0.1667em; /* 3px / 18px = 0.1667em */
	line-height: 2.1429em; /* 30px / 14px = 2.1429em */ 
	padding-left: 1.1429em; /* 16px / 14px = 1.1429em */
}
#Andy {
	text-align: center;
}

.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}