/* CSS Document */

html, body {
	width:100%;
	height:100%;
	background:url(../images/sitebg.png) top center no-repeat #f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	color:#292d35;
	font-size:12px;
}
#wrapper {
	width:960px;
	margin:0 auto 0 auto;
}
#utility {
	float:left;
	position:absolute;
	margin:136px 0 0 305px;
}
#header {
	width:960px;
	height:240px;
	padding:87px 0;
}
.clear {
	clear:both;
}
.folio {
	width:297px;
	height:275px;
	float:left;
	margin:0 0 0 0;
	text-align:left;
	background:url(../images/thumb-bg.png) top center no-repeat;
}
	.folio.middle {
		margin-left:34px;
		margin-right:34px;
	}
	.folio a {
		display:block;
		width:277px;
		height:164px;
		margin:5px 0 20px 10px !important;
		overflow:hidden;
	}
	.folio a img {
		margin-left:-5px;
	}
	.folio a.logo img {
		margin:-19px 0 0 -5px !important;
	}
	.folio h3 {
		margin:5px 0 0 10px;
		color:#aaa;
		font-size:11px;
		
	}
	.folio h3 a {
		display:inline !important;
		margin:0px !important;
		color:#aaa;
		text-decoration:none;
		border-bottom:1px solid #ccc;
		
	}
	.folio h2 {
		letter-spacing:-0.05em;
		font-weight:bold;
		margin:10px 0 0 10px;
	}
p {
	font-size:12px;
	line-height:18px;
}
a {
	color:#fff;
}
#footer {
	text-align:center;
	height:140px;
	background:url(../images/footer.png) top center no-repeat;
	margin:20px 0 0 0;
	line-height:140px;
	font-size:11px;
	color:#aaa;
	letter-spacing:0.05em;
}
#footer a {
	color:#aaa;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	letter-spacing:0.05em;
}