div#portfolio {
width:100%;
padding:20px 0;	
}

div#portfolio2 {
width:1000px;
margin:0 auto;	
}

div#portfolio2 table {
width:100%;	
border-spacing: 5px;
border-collapse:separate;
}

div#portfolio2 table tr th {
background-color:#ced0d5;
font-size:10px;
color:#505050;
font-weight:600;
padding:10px 0;	
}

div#portfolio table tr td {
text-align:center;
vertical-align:middle;
background-color:#e2e6ec;
font-size:13px;
color:#434343;
font-weight:600;
}

div#portfolio table tr td a {
	color:#434343;
	text-decoration:none;
}