/* EVERYTHING TO DO WITH THE WORK PAGE */

.frameie {
	border: 10px solid #fff;
	float: left;
	margin: 10px 0 20px 50px;
}

#address {
	float: left;
	width: 170px;
	text-align: center;
	padding-left: 45px;
}

#address p {
	color: #262525;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, verdana, tahoma;
}

#directions {
	float: left;
	border-left: 2px solid #BEBAB8;
	width: 450px;
	padding-left: 20px;
}

#directions p {
	color: #746767;
	font-size: 11px;
	font-weight: normal;
	font-family: arial, verdana, tahoma;
}

#directions a {
	color: #44A413;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #97DC74;
}