html,body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Sans-serif;
	font-size: 11px;
}

h1 {
	width: 100%;
	height: 200px;
	background: url('../images/header-logo.jpg') no-repeat top center #ffffff;
	margin-bottom: 20px;
	margin-top: 50px;
}
h1 span { display: none; }

div#portfolio {
	width: 100%;
	text-align: center;
}
div#portfolio ul {
	width: 446px;
	margin: 0px auto;
	overflow: hidden;
	border: 0px solid #000;
	padding: 20px 10px 20px 10px;
}
div#portfolio li {
	float: left;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 1px;
}
div#portfolio li a {
	display: block;
	line-height: 26px;
	color: #555;
	text-decoration: none;
	height: 26px;
	width: 220px;
	text-indent: 8px;
	background: #efefef;
}
div#portfolio li a:hover {
	background: #ddd;
}

div.vcard {
	margin: 0px auto;
	margin-top: 25px;
	text-align: center;
}
div.vcard a.org {
	display: none;
}
div.addr {
	display: inline;
}
div.vcard div.street-address,
div.vcard span.postal-code,
div.vcard span.locality,
div.vcard div.tel,
div.vcard a.email {
	display: inline;
	border-right: 1px solid #ddd;
	padding: 2px 6px;
	color: #999;
}
div.vcard a.email {
	border-right: 0px;
}


