*, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: url(images/bg.gif) no-repeat top center;
	color: #545454;
}
.clear {
	clear: both;
	zoom: 1;
	height: 0px;
	line-height: 0px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color:#414141
}
h1 small {
	font-size: 12px;
	display: block;
	color: #999;
}
h1 span {
	font-weight: bold;
	color: #000;
}

#who {
	padding: 91px 0 84px 310px;
	background: url(images/logo.png) no-repeat 95px 91px;
}

#work {
	padding: 0 0 84px 310px;
}
#work .wrap {
	padding: 18px 0 20px;
	margin: 0 0 0 -6px;
}
#work p {
	padding: 0 90px 0 0;
	text-align: right;
	font-size: 12px;
}
#work p a {
	color: #910909;
	text-decoration: none;
}
#work p a:hover {
	text-decoration: underline;
}
#work .item {
	display: block;
	padding: 5px 5px 8px 5px;
	border: 1px solid #d9d9d9;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,0,0,.10);
	-webkit-box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,0,0,.10);
	-moz-box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,0,0,.10);
	margin: 0 25px 0 0;
	background: #fff;
	float: left;
}
#work .item img {
	border:none;
}
#work .item:hover {
	box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,105,255,.35);
	-webkit-box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,105,255,.35);
	-moz-box-shadow: inset 0px -3px #ebebeb, 0px 0px 3px rgba(0,105,255,.35);
}

#about {
	padding: 0 85px 0 310px;
	background: url(images/juani.png) no-repeat 94px center;
}
#about h1 {
	margin: 0 0 15px;
}
#about p {
	margin: 0 0 15px;
}
#about a {
	color: #0099cc;
	text-decoration: none;
}
#about a:hover {
	text-decoration: underline;
}

#contact {
	padding: 69px 0 91px 310px;
}
#contact a, #contact #email, #contact #skype {
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 15px 0 0;
	cursor: pointer;
}
#contact .wrap {
	overflow: hidden;
	padding: 18px 0 19px 0;
}
#email {
	background: url(images/icons.png) no-repeat 0px 0px;
}
#dribbble {
	background: url(images/icons.png) no-repeat -48px 0px;
}
#twitter {
	background: url(images/icons.png) no-repeat -96px 0px;
}
#skype {
	background: url(images/icons.png) no-repeat -144px 0px;
}
#blog {
	background: url(images/icons.png) no-repeat -193px 0px;
}
#plus {
	background: url(images/icons.png) no-repeat -241px 0px;
}
#youtube {
	background: url(images/icons.png) no-repeat -289px 0px;
}
