ul#portfolios {
	list-style-type: none;
	margin: 60px auto;
	padding: 0;
}

ul#portfolios li
{
	float: left;
	padding: 19px;
	text-align: center;
	font-weight: bold;
	border-right: dashed 1px #1a73ad;
	width: 150px;
	height: 315px;
}

#container {
	background: url(../../plugins/tomboyPortfolios/_shared/images/bg_content.gif) no-repeat;
	background-position: 50% 150px;
}