@charset "utf-8";
/* CSS Document */

#content #top{
	background-image:url(../../images/portfolio_top_bkg.png);
	background-repeat:no-repeat;
	height:15px;
}
#content #middle{
	background-image:url(../../images/product_bkg.png);
	padding:5px;
}
#content #bottom{
	background-image:url(../../images/portfolio_bottom_bkg.png);
	background-repeat:no-repeat;
	height:15px;
}
.portfolio_entry{
	float:left;
	width:315px;
	margin-right:10px;
}
.portfolio_entry .images{
	float:left;
	width:180px;	
}
.portfolio_entry img{
	float:left;
	width:45px;
	height:45px;
	margin-right:8px;
	padding:1px;
	margin-bottom:8px;
	border-color:#FFFFFF;
}
.line{
	border-bottom-width:2px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0px;
}
p{
	margin-bottom:0px;
	padding-bottom:15px;
}
a{

}
