body {
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
}

#client-listing {
    position: absolute;
    width: 620px;
}

.client-item img {
    float: left;
    width: 150px;
}

.client-item {
    position: relative;
    display: block;
    float: left;
    width: 500px;
    border-bottom: 2px inset blue;
}

client-desc {
    position: relative;
    display: block;
    background-color: gainsboro;
    clear: both;
	overflow: auto;
	font-size: small;	
}

.portfolio-title {
	font-weight: bolder;
	font-size: larger;
	font-variant: small-caps;
	background-color: tan;
	width: 100%;
	display: block;
	
}
.sidebox150r 
{
background:transparent url(/Portals/61190/images/sbbody-r150.gif) no-repeat scroll right bottom;
font-size:100%;
width:150px;
}

.boxhead150r {
background:transparent url(/Portals/61190/images/sbhead-r150.gif) no-repeat scroll right top;
margin:0;
padding:0;
text-align:center;
}
