body
{
	margin:0;
	padding:0;
	background:url(../images/bg.png);
	font-family:"Myriad Pro", "Helvetica");
}

#paper
{
	background:url(../images/paper.png) no-repeat;
	float:right;
	width:90%;
	height:659px;
}

#logo
{
	background:url(../images/logo.png) no-repeat;
	width:1100px;
	height:92px;
	display:block;
	position:relative;
	top:65px;
}

#content_holder
{
	position:relative;
	top:110px;
	width:95%;
}

#content_holder p, #content_holder ul
{
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#333;
}

#content_holder ul
{
	line-height:22px;
	padding:0;
	margin:25px;
	list-style:square;
	color:#00aeef;
}

.blacktext{
	color:#000;
}

#about
{
	float:left;
	width:27%;
	margin:25px;
}

#services
{
	float:left;
	width:27%;
	margin:25px;
}

#contact
{
	float:left;
	width:27%;
	margin:25px;
}

#about_title
{
	background:url(../images/about.png) no-repeat;
	width:110px;
	height:33px;
	margin-bottom:25px;
}

#services_title
{
	width:275px;
	height:95px;
	background:url(../images/services_and_competences.png) no-repeat;
}

#contact_title
{
	width:152px;
	height:34px;	
	background:url(../images/contact.png) no-repeat;
	margin-bottom:25px;
}

#spacer
{
	background:url(../images/spacer.png) no-repeat;
	width:2px;
	height:263px;
	float:left;
	margin-top:20px;
}

a:link 
{
	color:#00aeef;
}

a:hover
{
	color:#333;
}
