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

*{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
html,body{
	height: 100%;
	color:#666;
	background:#40352D;
	background:#fff;
}
img{
	border:0;
}
p{
	margin: 0 0 15px 0;
	line-height: 150%;
}
a{
	color:#F8961C;
	text-decoration:underline;
}
h1{
	font-size:24px;
	color:#999;
	font-weight: normal;
	margin: 5px 0 15px 20px;
}
h1 .small{
	vertical-align:middle;
	font-size:14px;
}
h2, h3{
	font-size: 14px;
	color: #f8961c;
	margin-bottom: 15px;
}
#header{
	position:relative;
	height: 280px;
	background:url(../img/bg-header.jpg) top left repeat-x;
}
#webdeveloper-svenaarts{
	background:url(../img/a-freelance-webdeveloper.gif);
	width: 102px;
	height: 277px;
	position:absolute;
	bottom: 0;
	left:0;
	z-index:101;
}
#logo-svenaarts{
	width: 150px;
	height: 182px;
	position:relative;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
#clouds{
	position:absolute;
	bottom: 0px;
	right: 0;
	background:url(../img/clouds.jpg) bottom right no-repeat;
	width: 414px;
	height: 280px;
}
#grass{
	position:absolute;
	background:url(../img/grass.png) bottom left repeat-x;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
}
#content{
	background:#FFF;
}
#footer{
	background:#40352D;
}
.center{
	position:relative;
	margin: 0 auto;
	width: 900px;
}
.clear{
	clear:both;
}
.box, .bar{
	position:relative;
	width:260px;
	margin: 0 20px 15px 20px;
	float:left;
	text-align:justify;
}
.box ul{
	list-style:none;
	margin-top:-10px;
}
.box ul li{
	text-decoration:none;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	display:block;
}
.box ul li:last-child{
	border-bottom: none;
}
.box ul li a{
	text-decoration:none;
	color:#666;
}
.box ul li a:hover{
	text-decoration:none;
	color:#999;
}
.bar{
	width:460px;
}
.bar a{
	padding: 4px;
	border: 1px solid #ededed;
	display:block;
}
.bar a:hover{
	padding: 4px;
	border: 1px solid #ccc;
	display:block;
}
.bar h2,.bar h3{
	margin:0 0 5px 0;
}
a.icon{
	color:#666;
	text-decoration:none;
}
a.icon:hover{
	color:#666;
	text-decoration:underline;
}
.icon{
	padding-left: 20px;
	background:url(../img/icons.png) top left no-repeat;
	line-height: 20px;
	vertical-align:middle;
	background-position: 0 -14px;
	display:block;
}
.msn{
	background-position: 0 -46px;
}
.skype{
	background-position: 0 -78px;
}
.lastfm, .as{
	background-position: 0 -110px;
}
.delicious{
	background-position: 0 -142px;
}
.twitter{
	background-position: 0 -174px;
}
	

