/*-------------------------------*/
/* Portfolio                     */

	#pageContent div.websites div {
		clear: left;
		padding: 2em 0 0 0;
		background: url("../../img/global/divide.gif") no-repeat 50% 0.5em;
		width: 99%; /* IE6 WIN: needs a kick to stop the double top padding, but cannot be 100%, as it causes it to clear the nav */
	}

	#pageContent div.websites div p {
		margin: 0;
		padding: 0 0 1em 262px;
	}

	#pageContent div.websites div p.image {
		float: left;
		padding-left: 0;
	}

	#pageContent div.websites div p.image img {
		border: 1px solid #000;
	}
