@import url(layout0.css);
.comp-content{
	float: left;
	/* very important - fixes the double margin bug*/
	display: inline;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
	width: 730px;
}

.comp-content p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 1.2em 0;
	color: #420;
	font-weight: normal;
}



.next-app{
	clear: left;
	width: 740px;
	padding: 10px;
}