/* -------------- boxes, boxes ,boxes -------------------- */

#result_wrapper {
	position: relative;
	background-color: #fff;
}

.result {
	width: 225px;
	height: 110px;
	background-color: #299DE9;
	color: #ffffff;
}

.result p {
	font-size: 1em;
	margin: -1.5em 10px;
	color: #C7EAFC;
	position: absolute;
	bottom: 25px;
	left: 0;
}


.result  h3 {
	margin: 5px 10px 2em 10px;
}

.result  h3 a:link, .result  h3 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.3em;
line-height: 1.3em;
}

.result  h3 a:hover {
	text-decoration: underline;
}

.number {
	margin: 10px 0 0 10px;
	font-size: 1.4em;
}


#box_1, #box_2, #box_3, #box_4 {
	position: absolute;
	top: 25px;
}

#box_5, #box_6, #box_7, #box_8 {
	position: absolute;
	top: 155px;
}

#box_9, #box_10, #box_11, #box_12 {
	position: absolute;
	top: 285px;
}

#box_13, #box_14, #box_15, #box_16 {
	position: absolute;
	top: 415px;
}

#box_17, #box_18 {
	position: absolute;
	top: 545px;
}

#box_1, #box_5, #box_9, #box_13, #box_17 {
	left: 0;
}

#box_2, #box_6, #box_10, #box_14 {
	left: 245px;
}

#box_3, #box_7, #box_11, #box_15 {
	left: 490px;
}

#box_4, #box_8, #box_12, #box_16 {
	right: 0;
}

#all_projects {
	height: 1100px;
}
