body {
	margin:0 auto;
	width: 800px;
	font: Normal 12px Arial,Helvetica;
	text-align: center;
}

img {
	border: 0;
}

#header {
	clear: both;
}

#header span {
	display: block;
	float: left;
}

#header ul {
	display: block;
	float: right;
	list-style: none;
	background: #0099cc;
	font-size: 15px;
}

#header ul li {
	float: left;
}

#header ul li

#header a, #header a:visited, #header a:active {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

.content {
	clear: both;
	width: 800px;
	margin: auto 0;
}

div.triformity {
	display: block;
	width: 800px;
	text-align: center;
	border-bottom: solid 1px #000;
}

div.portfolio {
	display: block;
	clear: both;
	width: 800px;
}

.portfolio li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #000;
	padding-top: 10px;
	border-top: solid 1px #000;
	width: 800px;
}