body
{
	background: #efefef; /*url('images/body_bg.png')*/
	font-family: verdana, arial, helvetica, sans-serif;
}

#site-wrapper
{
	width: 750px;
	margin: 40px auto;
}

#content-main
{
	background: #fff url('images/photo_self.jpg') no-repeat 30px 30px;
	border: 15px solid #000;
	padding: 20px 20px 20px 180px;
}

h1
{
	margin: 0px;
	font-family: "Bell MT", "Times New Roman", Helvetica, serif;
	font-size: 2.4em;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #d60e04;
	margin-bottom: 0px;
	margin-top: 5px;
}

p, ul
{
	font-size: 0.7em;
	margin-left: 0px;
}

#skills-overview, #contact-main, #contact-social, #clients-logos
{
	list-style: none;
	padding: 0px;
}

#skills-overview li
{
	background: url('images/icon_bullet_arrow_red.png') no-repeat center left;
	padding-left: 15px;
	line-height: 20px;
}

#contact-main li
{
	padding-bottom: 5px;
}

#contact-social
{
	height: 25px;
}

#contact-social li
{
	padding: 0px 20px;
	line-height: 25px;
	float: left;
	font-size: 0.9em;
}

#contact-social li a
{
	color: #000;
}

#contact-social .linkedin
{
	background: url('images/icon_social_linkedin.png') no-repeat center left;
}

#contact-social .twitter
{
	background: url('images/icon_social_twitter.png') no-repeat center left;
}

#clients-logos
{
	height: 37px;
}

#clients-logos li
{
	float: left;
	padding-right: 30px;
}

#clients-logos li.last
{
	 padding-right: 0px;
}

