/* ========================== General Styles ========================== */





.left {
	float: left;
}



.button {
	display: block;
	padding: 0;
	text-indent: -9999px;
}

.button.contact {
	background: url("presentation/images/button_contact.png") no-repeat top left;
	height: 25px;
	width: 136px;
}



/* ========================== Footer Styles ========================== */
#aboutBox {
	background: url("presentation/images/aboutBox.png") no-repeat top left;
	height: 310px;
	padding: 45px 20px 0 0;
	position: absolute;
	left: 800px;
	top: 525px;
	width: 314px;
}

#aboutBox img {
	margin: 0 5px 0 0;
}

#aboutBox h3 {
	color: #c1ba7e;
	font-size: 15px;
	margin: 27px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

#aboutBox p {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

#aboutBox #resume {
	margin: 25px 0 0 64px;
}

#aboutBox #resume img {
	float: left;
	margin-right: 10px;
}

#aboutBox #resume p {
	float: left;
	font-size: 10px;
	margin-left: 5px;
}

#aboutBox .button {
	background: url("presentation/images/button_resume.png") no-repeat bottom left;
	float: left;
	height: 25px;
	width: 156px;
}

#aboutBox .button:hover {
	background-position: top left;
}
