/* top, right, bottom, left */

#tab {text-indent: 4em;}
#text-page {
	/* top, right, bottom, left */
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	line-height: 150%;
	text-align: justify;
	text-indent: 4em;
}

/* Alignment Classes */
/*img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}*/

/* Contact1 (Jerry Belich) Page custom CSS */
div.contact1-cont_jerry {float: left; margin: 0 0 1em 0; width: 450px;}
div.contact1-img_jerry {
	height: 173px;
	width: 100px;
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	border: 0px;
}
#contact1-text_bio {
	/* top, right, bottom, left */
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	line-height: 150%;
	text-align: justify;
	text-indent: 4em;
}
/* END Contact1 */