.col-B 	{
	position: relative;
	padding-bottom: 1em;
text-align: center;
	}

.col-B p {
	color: #444444;
	line-height: normal;
	font-size: .7em;
	text-align: center;
	}

#leftcol, #rightcol {
	padding: .7em 0 .4em 0;
margin: 0;
	}

#leftcol {
	float: left;
	width: 240px; /*this oddity is to make it work on the world's worst browser*/
	}

#rightcol {
	margin-left: 200px;
	}

#leftcol p, #rightcol p {
	line-height: 2;
	font-size: .6em;
	}

#leftcol p {
	margin-left: 30px;
	}

html>body #leftcol p { /*for web standard browsers*/
/* \*/
	margin-left: 80px;
/* */
	}


#rightcol p {
	margin-right: 53px;
	}

html>body #rightcol p { /*for web standard browsers*/
/* \*/
	margin-right: 50px;
/* */
	}

.nowrap  {
	clear: left;
	}

#rightpic {
	position: fixed;
	}
