/* CSS Document */
.portfolioItem{
padding:10px;
margin:5px;
width:253px;
height:180px;
float:left;
text-align:left;
font:11px/1.5em Arial, Helvetica, sans-serif;
}
.portfolioFoot {
width:100px;
}
.portfolioItem img {
margin:0px 0px 10px 0px;
}
#textArea .portfolioItem a{
background-color:white;
font:10px/1.3em;
display:block;
width:253px;
height:180px;
}
#textArea .portfolioItem a:hover{
background-color:white;
color:#FF0000;
opacity: .5;
filter: alpha(opacity=50);
}
div.testimonial {
	margin:36px 10px;
	background-color:white;
	border:1px solid #900;
	padding:0px 0px;
	font:9px/2em Arial, Helvetica, sans-serif;
}
div.testimonial p {
	margin:10px;
}
div.testimonial img {
	margin:0;
	line-height:normal;
	width:23px;
	height:16px;
	padding:0;
	border:0;
	vertical-align:text-bottom;
}

