@charset "UTF-8";
/* CSS Document */


body {
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	margin:25px;
	}
	
a {
	outline:none;
	text-decoration:none;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img {
	border:none;
	}
	
.header {
	width:800px;
	margin:25px 0 0 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #bbb;
	}
	
p {
	width:500px;
	font-size:13px;
	margin:15px 0 0 0;
	}
	
.portfolio {
	margin:20px 0 25px 0;
	}
	
.item {
	float:left;display:inline;
	width:300px;
	height:300px;
	margin:15px 25px 0 0;
	padding:0 15px 0 0;
	}
	
h1, h2, h3 {
	font-family:'News Cycle', Helvetica, Arial, sans-serif;
	}
	
h5 {
	margin:0 0 10px 10px;
	font-weight:normal;
	}
	
.clear {
	clear:both;
	}
	
.footer {
	margin:25px 0 15px 0;
	border-top:1px solid #bbb;
	width:800px;
	}
