div.innerBrownBox {min-height: 720px;}
div.pageTitle {
	/* needs to float left for the About Jack, which has the email addy floated next to it */
	float: left;
	position: relative;
}
div.eAddy {
	font-size: 13px;
	float: left;
	margin: 5px 0 0 6px;
}
div.pageText {
	clear: both;
	/* 4 values: top right bottom left */
	/* 8px container box padding + 7px text area margin = 15px gap */
	margin: 0 0 20px 7px;
}

div.aboutJack {
	position: relative;
	clear: both;
	padding-top: 3px;
}
div.facebookBadge {
	/* need pos absolute as need to take out of flow, so that twitter can go to side */
	position: absolute;
	width: 120px;
	/* 8px container box padding + 7px badge margin = 15px gap */
	margin-left: 7px;
}
/* 4 values: top right bottom left */
/* 8px container box padding + 7px twitter box margin = 15px gap */
div.twitterBox {
	margin: 0 7px 15px 142px;
	position: relative;
}
div.twitterTitle {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	position: relative;
}
div.twitterTitleImg {
	position: relative;
	float: left;
	/* 4 values: top right bottom left */
	margin: 0 4px 0 0;
}
div.twitterText {
	border: thin solid;
	min-height: 20px;
}
span.followTwitter {vertical-align: top;}
div.twitterLink {
	display: block;
	text-align: right;
}
#twitter_update_list {
	/* get rid of ul bullet points */
	list-style: none;
	padding: 0;
	margin: 0;
}
/* for all li in this ul... */
#twitter_update_list li {padding: 4px;}





