#navigation {background-image: url(../contact/images/contact.jpg);}

#services {
	position: absolute;
	z-index: 20;
	top: 56px;
	left: 140px;
	width: 52px;
	height: 23px;
}
#portfolio {
	position: absolute;
	z-index: 30;
	top: 140px;
	left: 137px;
	width: 52px;
	height: 23px;
}
#resources {
	position: absolute;
	z-index: 40;
	top: 372px;
	left: 122px;
	width: 52px;
	height: 23px;
}
#resume {
	position: absolute;
	z-index: 60;
	top: 180px;
	left: 15px;
	width: 52px;
	height: 23px;
}
#contact {
	position: absolute;
	z-index: 50;
	top: 373px;
	left: 17px;
}

/* ----- FORM ----- */
form dt {
clear: both;
width: 15%;
float: left;
text-align: right;
}
form dd {
float: left;
width: 80%;
margin: 0 0 0.5em 0.25em;
}
label {
cursor: pointer;
cursor: hand;
}