* { margin: 0;
	padding: 0;
	font-size: 1em; }

body { width: 100%;
	padding: 30px 0; }

h3 { margin-bottom: 10px; }

p { font-size: .8em;
	margin-top: 10px; }

a { text-decoration: none; }

.portfolio_wrapper { width: 800px;
	margin: 0 auto;
	text-align: center; }

.portfolio { width: 800px;
	height: 600px; }

.portfolio a { display: block;
	width: 160px;
	height: 600px;
	float: left; }
.portfolio a:hover { cursor: pointer; }

.portfolio_link { font-size: 1.5em; }
