<style type="text/css">
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	header {
		height: 160px;
	
		}
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:150px;
		width:200px;
	
		}

	#centercontent {
		margin-left: 199px;
   		margin-right:199px;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 210px;
   		margin-right:230px;
		}
		    
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:235px;
		padding:10px;
		}
		
	#rightcontent {
		position: absolute;
		right:10px;
		top:250px;
		width:200px;
		}
		
	/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:100px;
	border:1px solid black;
	background-color:#"F2984C";
	margin:70px 20px 0px 20px;
	padding:5px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}	

.img {
float: left;
border: 2px solid #000000;
margin-right: 20px;
margin-bottom: 6px;
}
.imgc {
float: center;
border: 2px solid #000000;
margin: 10px;

}
.imgr {
float: right;
border: 2px solid #000000;
margin-left: 20px;
margin-bottom: 6px;
}
</style>
