/* portfolio.css
 * ellars.com style sheet
 * portfolio-related layouts
 * other uses possible
 * copyright 2003 by MSE
 */


div.portItem	{
	border-right: 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1em 0px;
	width: 320px;
	clear: both;
}

div.portItem img	{
	float: right;
	margin: 0px 0px 0px 0.25em;
	padding: 0px;
	border-width: 0px 0px 1px 1px
	border-style: solid;
	border-color: black;
}

div.portItem p	{
/*	border-left: 1px solid; */
	padding-top: 0.25em;
	padding-left: 0.25em;
}

div.portItem h4	{
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin: 0px 0px 0px 0.75em;
	padding: 0px 0.25em 0px 0.25em; 
}

/*
 * end of portfolio.css
 */
