/* All the content boxes belong to the content class. */
.content {
        color:white;
        line-height:2.0em;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	max-width:810px;
	min-width:120px;
	margin:10px 280px 0px 50px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


#navBar {
	color:white;
 	position:absolute;
	top:280px;
	left:80px;
	z-index:2;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
        }

#leftimg {
	position:absolute;
	top:310px;
	left:20px;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#rightimg {
	position:fixed;
	top:30px;
        left:920px;
	right:180px;
	padding:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

.item {
      margin-top: 10px;
}


