html, body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet Ms", Georgia, Arial;
	font-size:12px;
	background:#14161f url(bg.jpg) repeat-x top left;
	color:#ffffff;
}


#first_row {
	background:url(clouds.jpg) no-repeat top left;
	width:960px;
	height:429px;
	padding:20px;
}

	h1#logo {
		margin:0px;
		padding:0px;
	}
	h1#logo a {
		width:278px;
		height:87px;
		text-indent:-1000px;
		margin:0px;
		padding:0px;
		background:url(logo.gif) no-repeat top left;
		display:block;
		margin-bottom:20px;
	}

#about {
	width:260px;
	height:330px;
	font-style:italic;
	border:1px solid transparent;
	float:left;
	padding-right:30px;
}
#services {
	width:190px;
	height:330px;
	font-style:italic;
	border:1px solid transparent;
	float:left;
	padding-right:30px;
}
#clients {
	width:410px;
	height:330px;
	font-style:italic;
	border:1px solid transparent;
	float:left;
	padding-right:30px;
}
	#about h3, #services h3, #clients h3, #projects h3 {
		margin:25px 0px;
		font-size:20px;
		font-weight:normal;
	}
	#about a, #projects a {
		text-decoration:underline;
		color:#fff;
	}
	#services ul, #clients ul {
		margin:0px;
		padding:0px 15px;
	}
	#projects h4 {
		margin:0px 0px 15px;
		font-size:15px;
		font-style:italic;
	}

#contact_us {
	position:absolute;
	top:40px;
	left:800px;
	width:200px;
	background:url(contact_us.gif) no-repeat top left;
	padding-top:10px;
	font-style:italic;
}
	#contact_us a {
		text-decoration:underline;
		color:#fff;
		font-size:14px;
	}
	#contact_us h3 {
		text-indent:-99999px;
		margin:0px;
		padding:0px;
	}


#second_row {
	width:960px;
	height:260px;
	padding:0px 20px 20px;
}


.line {
	background:url(line_gray.gif) no-repeat top left;
	width:980px;
	height:2px;
}

#logos {
	background:url(clients.gif) no-repeat top center;
	width:960px;
	height:108px;
	margin-bottom:10px;
}


#third_row {
	color:#43454c;
	width:960px;
	padding:10px 20px 20px;
	font-family:Arial;
	font-size:11px;
}
	#third_row a {
		color:#43454c;
		text-decoration:underline;
	}

#social {
	position:relative;
	top:-20px;
	float:right;
}
#linkedin {
	display:block;
	width:83px;
	height:34px;
	background:url(linkedin.gif) no-repeat top left;
	text-indent:-99999px;
	float:left;
	margin-right:20px;
}
#twitter {
	display:block;
	width:83px;
	height:34px;
	background:url(twitter.gif) no-repeat top left;
	text-indent:-99999px;
	float:left;
}
