/**
 * Style sheet portfolio
 */
#portfolio
{
	width:764px;
	margin-right:auto;
	margin-left:auto;
}

#introduction
{
	width:360px;
	margin-bottom:10px;
	padding-bottom:4px;
	font-family:Tahoma;
	font-size:20px;
	line-height:29px;
	letter-spacing:2px;
}

.image_container
{
	margin-top:10px;
	padding:8px;
	background-color:#fff;
	background-image:url("tl_files/CHV Design/img/fondImg.png");
	background-repeat:repeat-x;
	border:1px solid #999;
}

.image_container img
{
	border-top:1px solid #fff;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	border-left:1px solid #fff;
}

a img
{
	border:0;
}

#contribution
{
	width:360px;
	margin-bottom:10px;
	padding-bottom:4px;
	font-family:Tahoma;
	font-size:20px;
	line-height:29px;
	letter-spacing:2px;
}

