#contentwide{
	height: 2500px;
}

#content p{
	width: 600px;
	text-indent: 2em;
}

#examplewrap1, #examplewrap2, #examplewrap3, #examplewrap4{
	position: relative;
}

#example1wrap{
	min-height: 575px;
}

#example2wrap{
	min-height: 475px;
}

#example3wrap{
	min-height: 550px;
}

#example1, #example2, #example3, #example4{
	margin: 10px, 0;
	padding: 10px 10px;
	border: 1px black solid;
	background-color: #CCCCCC;
	height: auto;
	position: absolute;
	clear: both;
}

#example1 p, #example2 p{
	margin-left: 10px;
}

#example2{
	width: 800px;	
}

#example1 p{
	width: 300px;
}

#example2 p{
	width: 200px;
}

.left{
	float: left;
	height: auto;
}

.right{
	float: left;
	background-color: #CCCCCC;
}