#content {
		position: relative;				/* see comment to #navcontainer ul li a.langlink in mxtstyles*/
		top: 0;							/* if != 0, space above BB will not be equal to 'margin-top' of BB! */
		left: 0;
		text-align: center;				/* is particular because text must be horiz'ly centered, which is usually not the case */
	}

#toothpick {							/* prevents picture from being cut (scrollbars appear) if text is smaller, as image is absolutely positioned */
		float: left;
		width: 1px;
		height: 213px;
/*	border: 1px blue solid;*/
	}

#imageboxforcenteredtext {				/* using a div for the single image as a protection: in Opera 3.5, "Floating an IMG to the right causes horizontal scrollbars to appear and the image to be placed partly off-screen" (http://www.eskimo.com/~bloo/indexdot/css/properties/classify/float.htm); not currently needed, nut left in case */
		position: absolute;				/* if floated, textbox is centered with respect to remaining white space, not to the page */
		top: 4em;						/* same as content padding-top (changed in contentPositioning); centered: horiz'ly with respect to the whole page */
/*		left: 0;
		bottom:0;*/
		right:0;
		margin: 0;
			width: 160px;
		height: 213px;
		padding-top: 0;
/*	border: 1px lime solid;*/
	}

#imageboxforcenteredtext img {
		width: 160px;
		height: 213px;
		margin-bottom: -0.25em;
		padding: 0;
/*	border: 1px orange solid;*/
	}

#addressbox {
		margin: 0 auto;					/* see 'body' in mxtstyles */
		line-height: 1.3;
		text-align: left;
/*	border: 1px solid gold;*/
	}

.invisible {							/* allows precise vertical alignment over two lines (using phantom text) */
		visibility: hidden;
	}

.address {
		font-variant: small-caps;
	}
