@charset "utf-8";
/* CSS Document */
#development>h1:first-child, #consulting>h1:first-child {
	margin-bottom:10px;
	color:#d5d5d5;
	font-size:32px;
	line-height:34px;
}
#consulting>h1:first-child {
	line-height:26px;
	margin-bottom:14px;
}
h1>.amp {
	position:relative;
	top:4px;
	margin:0 0.4em;
	margin-bottom:0;
	font-size:46px;
}
	
.darktext {
	font-size:11px;
	color:#333333;
	text-align:center;
}

.redtext {
	color:#c03d3d;
}

#development {
	padding-rigth:20px;
	width:510px;
	clear:both;
	float:left;
}

#consulting {
	position:relative;
	top:9px;
	margin-left:12px;
	padding-left:12px;
	border-left:1px solid #333;
	width:265px;
	clear:none;
	float:left;
}
#consulting .button {
	margin-top:-10px;
}
